#423396

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

Shades of Blue Gem #423396

Tints of Blue Gem #423396

Color information

#423396 (or 0x423396) is unknown color: approx Blue Gem. HEX triplet: 42, 33 and 96. RGB value is (66,51,150). Sum of RGB (Red+Green+Blue) = 66+51+150=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #423396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423396 is #BDCC69. Grayscale: #424242. Windows color (decimal): -12438634 or 9843522. OLE color: 9843522.

HSL color Cylindrical-coordinate representation of color #423396: hue angle of 249.09º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423396 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6651150-
CMYK0.560.6600.41
HSL249.09º49.25%39.41%-
HSV(B)249.09º66%58.82%-
XYZ8.945.7329.49-
YUV66.77174.97127.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 150 (58.98% from 255) = 56.18%
R=24.72%
G=19.10%
B=56.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66511500.560.6600.41249.0949.2539.41
Hex4233963842029f93127
Octal10263226701020513716147
Binary1000010110011100101101110001000010010100111111001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423396; }

 p { color: rgb(66,51,150); }

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

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

 a { background-color: rgb(66,51,150); }

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

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

 span { border-color: rgb(66,51,150); }

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