#402395

Color #402395 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #402395

Tints of Blue Gem #402395

Color information

#402395 (or 0x402395) is unknown color: approx Blue Gem. HEX triplet: 40, 23 and 95. RGB value is (64,35,149). Sum of RGB (Red+Green+Blue) = 64+35+149=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #402395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402395 is #BFDC6A. Grayscale: #383838. Windows color (decimal): -12573803 or 9773888. OLE color: 9773888.

HSL color Cylindrical-coordinate representation of color #402395: hue angle of 255.26º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402395 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6435149-
CMYK0.570.7700.42
HSL255.26º61.96%36.08%-
HSV(B)255.26º76.51%58.43%-
XYZ8.144.4628.87-
YUV56.67180.11133.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 35 (14.06% from 255) = 14.11%
BLUE value IS 149 (58.59% from 255) = 60.08%
R=25.81%
G=14.11%
B=60.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64351490.570.7700.42255.2661.9636.08
Hex402395394D02Aff3e24
Octal10043225711150523777644
Binary1000000100011100101011110011001101010101011111111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402395; }

 p { color: rgb(64,35,149); }

 H1.HeaderClassName
 {
   color: #402395;
 }
 .AnyTagClassName
 {
   color: #402395;
 }
</style>
background-color css

<style>
 a { background-color: #402395; }

 a { background-color: rgb(64,35,149); }

 div.DivClassName
 {
   background-color: #402395;
 }
 .BgClassName
 {
   background-color: #402395;
 }
</style>
border-color css

<style>
 span { border-color: #402395; }

 span { border-color: rgb(64,35,149); }

 td.TdClassName
 {
   border-color: #402395;
 }
 .TagClassName
 {
   border-color: #402395;
 }
</style>