Shades of Blue Gem #42229C
Tints of Blue Gem #42229C
RGB
CMYK
RGB Variations
Color information
#42229C (or 0x42229C) is known color: 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
| RGB | 66 | 34 | 156 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.39 |
| HSL | 255.74º | 0.64% | 0.37% | - |
| HSV(B) | 255.74º | 0.78% | 0.61% | - |
| XYZ | 8.82 | 4.7 | 31.9 | - |
| YUV | 57.48 | 183.6 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 156 | 0.58 | 0.78 | 0 | 0.39 | 255.74 | 0.64 | 0.37 |
| Hex | 42 | 22 | 9C | 3A | 4E | 0 | 27 | 100 | 40 | 25 |
| Octal | 102 | 42 | 234 | 72 | 116 | 0 | 47 | 400 | 100 | 45 |
| Binary | 1000010 | 100010 | 10011100 | 111010 | 1001110 | 0 | 100111 | 100000000 | 1000000 | 100101 |
Color Harmonies of #42229C
Complementary color
Monochromatic Colors of #42229C
Black with #42229C
Text Example
Text Example
White with #42229C
Text Example
Text Example
HTML Codes & Css Web 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>