#42229C

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

Shades of Blue Gem #42229C

Tints of Blue Gem #42229C

Color information

#42229C (or 0x42229C) is unknown color: approx Blue Gem. HEX triplet: 42, 22 and 9C. RGB value is (66,34,156). Sum of RGB (Red+Green+Blue) = 66+34+156=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #42229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42229C is #BDDD63. Grayscale: #393939. Windows color (decimal): -12442980 or 10232386. OLE color: 10232386.

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

Color convert

RGB6634156-
CMYK0.580.7800.39
HSL255.74º64.21%37.25%-
HSV(B)255.74º78.21%61.18%-
XYZ8.824.731.9-
YUV57.48183.6134.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 156 (61.33% from 255) = 60.94%
R=25.78%
G=13.28%
B=60.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66341560.580.7800.39255.7464.2137.25
Hex42229C3A4E0271004025
Octal102422347211604740010045
Binary100001010001010011100111010100111001001111000000001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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