#402396

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

Shades of Blue Gem #402396

Tints of Blue Gem #402396

Color information

#402396 (or 0x402396) is unknown color: approx Blue Gem. HEX triplet: 40, 23 and 96. RGB value is (64,35,150). Sum of RGB (Red+Green+Blue) = 64+35+150=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #402396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402396 is #BFDC69. Grayscale: #383838. Windows color (decimal): -12573802 or 9839424. OLE color: 9839424.

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

Color convert

RGB6435150-
CMYK0.570.7700.41
HSL255.13º62.16%36.27%-
HSV(B)255.13º76.67%58.82%-
XYZ8.224.4929.29-
YUV56.78180.61133.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 150 (58.98% from 255) = 60.24%
R=25.70%
G=14.06%
B=60.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64351500.570.7700.41255.1362.1636.27
Hex402396394D029ff3e24
Octal10043226711150513777644
Binary1000000100011100101101110011001101010100111111111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402396; }

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

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

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

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

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

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

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

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