#422596

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

Shades of Blue Gem #422596

Tints of Blue Gem #422596

Color information

#422596 (or 0x422596) is unknown color: approx Blue Gem. HEX triplet: 42, 25 and 96. RGB value is (66,37,150). Sum of RGB (Red+Green+Blue) = 66+37+150=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #422596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422596 is #BDDA69. Grayscale: #3A3A3A. Windows color (decimal): -12442218 or 9839938. OLE color: 9839938.

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

Color convert

RGB6637150-
CMYK0.560.7500.41
HSL255.4º60.43%36.67%-
HSV(B)255.4º75.33%58.82%-
XYZ8.414.6829.31-
YUV58.55179.61133.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 150 (58.98% from 255) = 59.29%
R=26.09%
G=14.62%
B=59.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66371500.560.7500.41255.460.4336.67
Hex422596384B029ff3c25
Octal10245226701130513777445
Binary1000010100101100101101110001001011010100111111111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422596; }

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

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

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

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

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

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

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

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