Shades of Blue Gem #42229F
Tints of Blue Gem #42229F
RGB
CMYK
RGB Variations
Color information
#42229F (or 0x42229F) is known color: Blue Gem. HEX triplet: 42, 22 and 9F. RGB value is (66,34,159). Sum of RGB (Red+Green+Blue) = 66+34+159=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #42229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42229F is #BDDD60. Grayscale: #393939. Windows color (decimal): -12442977 or 10428994. OLE color: 10428994.
HSL color Cylindrical-coordinate representation of color #42229F: hue angle of 255.36º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42229F is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 34 | 159 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.38 |
| HSL | 255.36º | 0.65% | 0.38% | - |
| HSV(B) | 255.36º | 0.79% | 0.62% | - |
| XYZ | 9.08 | 4.81 | 33.25 | - |
| YUV | 57.82 | 185.1 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 159 | 0.58 | 0.79 | 0 | 0.38 | 255.36 | 0.65 | 0.38 |
| Hex | 42 | 22 | 9F | 3A | 4F | 0 | 26 | FF | 41 | 26 |
| Octal | 102 | 42 | 237 | 72 | 117 | 0 | 46 | 377 | 101 | 46 |
| Binary | 1000010 | 100010 | 10011111 | 111010 | 1001111 | 0 | 100110 | 11111111 | 1000001 | 100110 |
Color Harmonies of #42229F
Complementary color
Monochromatic Colors of #42229F
Black with #42229F
Text Example
Text Example
White with #42229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42229F; }
p { color: rgb(66,34,159); }
H1.HeaderClassName
{
color: #42229F;
}
.AnyTagClassName
{
color: #42229F;
}
</style>
background-color css
<style>
a { background-color: #42229F; }
a { background-color: rgb(66,34,159); }
div.DivClassName
{
background-color: #42229F;
}
.BgClassName
{
background-color: #42229F;
}
</style>
border-color css
<style>
span { border-color: #42229F; }
span { border-color: rgb(66,34,159); }
td.TdClassName
{
border-color: #42229F;
}
.TagClassName
{
border-color: #42229F;
}
</style>