Shades of Blue Gem #42249F
Tints of Blue Gem #42249F
RGB
CMYK
RGB Variations
Color information
#42249F (or 0x42249F) is known color: Blue Gem. HEX triplet: 42, 24 and 9F. RGB value is (66,36,159). Sum of RGB (Red+Green+Blue) = 66+36+159=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #42249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42249F is #BDDB60. Grayscale: #3A3A3A. Windows color (decimal): -12442465 or 10429506. OLE color: 10429506.
HSL color Cylindrical-coordinate representation of color #42249F: hue angle of 254.63º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42249F is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 36 | 159 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.38 |
| HSL | 254.63º | 0.63% | 0.38% | - |
| HSV(B) | 254.63º | 0.77% | 0.62% | - |
| XYZ | 9.14 | 4.92 | 33.27 | - |
| YUV | 58.99 | 184.44 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 159 | 0.58 | 0.77 | 0 | 0.38 | 254.63 | 0.63 | 0.38 |
| Hex | 42 | 24 | 9F | 3A | 4D | 0 | 26 | FF | 3F | 26 |
| Octal | 102 | 44 | 237 | 72 | 115 | 0 | 46 | 377 | 77 | 46 |
| Binary | 1000010 | 100100 | 10011111 | 111010 | 1001101 | 0 | 100110 | 11111111 | 111111 | 100110 |
Color Harmonies of #42249F
Complementary color
Monochromatic Colors of #42249F
Black with #42249F
Text Example
Text Example
White with #42249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42249F; }
p { color: rgb(66,36,159); }
H1.HeaderClassName
{
color: #42249F;
}
.AnyTagClassName
{
color: #42249F;
}
</style>
background-color css
<style>
a { background-color: #42249F; }
a { background-color: rgb(66,36,159); }
div.DivClassName
{
background-color: #42249F;
}
.BgClassName
{
background-color: #42249F;
}
</style>
border-color css
<style>
span { border-color: #42249F; }
span { border-color: rgb(66,36,159); }
td.TdClassName
{
border-color: #42249F;
}
.TagClassName
{
border-color: #42249F;
}
</style>