#423196

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

Shades of Blue Gem #423196

Tints of Blue Gem #423196

Color information

#423196 (or 0x423196) is unknown color: approx Blue Gem. HEX triplet: 42, 31 and 96. RGB value is (66,49,150). Sum of RGB (Red+Green+Blue) = 66+49+150=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #423196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423196 is #BDCE69. Grayscale: #414141. Windows color (decimal): -12439146 or 9843010. OLE color: 9843010.

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

Color convert

RGB6649150-
CMYK0.560.6700.41
HSL250.1º50.75%39.02%-
HSV(B)250.1º67.33%58.82%-
XYZ8.855.5629.46-
YUV65.6175.63128.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=24.91%
G=18.49%
B=56.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66491500.560.6700.41250.150.7539.02
Hex4231963843029fa3327
Octal10261226701030513726347
Binary1000010110001100101101110001000011010100111111010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423196; }

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

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

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

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

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

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

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

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