#42259C

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

Shades of Blue Gem #42259C

Tints of Blue Gem #42259C

Color information

#42259C (or 0x42259C) is unknown color: approx Blue Gem. HEX triplet: 42, 25 and 9C. RGB value is (66,37,156). Sum of RGB (Red+Green+Blue) = 66+37+156=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #42259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42259C is #BDDA63. Grayscale: #3A3A3A. Windows color (decimal): -12442212 or 10233154. OLE color: 10233154.

HSL color Cylindrical-coordinate representation of color #42259C: hue angle of 254.62º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42259C is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6637156-
CMYK0.580.7600.39
HSL254.62º61.66%37.84%-
HSV(B)254.62º76.28%61.18%-
XYZ8.914.8831.93-
YUV59.24182.61132.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 156 (61.33% from 255) = 60.23%
R=25.48%
G=14.29%
B=60.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66371560.580.7600.39254.6261.6637.84
Hex42259C3A4C027ff3e26
Octal10245234721140473777646
Binary1000010100101100111001110101001100010011111111111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42259C; }

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

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

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

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

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

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

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

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