Shades of Blue Gem #42288E
Tints of Blue Gem #42288E
RGB
CMYK
RGB Variations
Color information
#42288E (or 0x42288E) is known color: Blue Gem. HEX triplet: 42, 28 and 8E. RGB value is (66,40,142). Sum of RGB (Red+Green+Blue) = 66+40+142=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #42288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42288E is #BDD771. Grayscale: #3B3B3B. Windows color (decimal): -12441458 or 9316418. OLE color: 9316418.
HSL color Cylindrical-coordinate representation of color #42288E: hue angle of 255.29º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42288E is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 40 | 142 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.44 |
| HSL | 255.29º | 0.56% | 0.36% | - |
| HSV(B) | 255.29º | 0.72% | 0.56% | - |
| XYZ | 7.89 | 4.63 | 26.07 | - |
| YUV | 59.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 142 | 0.54 | 0.72 | 0 | 0.44 | 255.29 | 0.56 | 0.36 |
| Hex | 42 | 28 | 8E | 36 | 48 | 0 | 2C | FF | 38 | 24 |
| Octal | 102 | 50 | 216 | 66 | 110 | 0 | 54 | 377 | 70 | 44 |
| Binary | 1000010 | 101000 | 10001110 | 110110 | 1001000 | 0 | 101100 | 11111111 | 111000 | 100100 |
Color Harmonies of #42288E
Complementary color
Monochromatic Colors of #42288E
Black with #42288E
Text Example
Text Example
White with #42288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42288E; }
p { color: rgb(66,40,142); }
H1.HeaderClassName
{
color: #42288E;
}
.AnyTagClassName
{
color: #42288E;
}
</style>
background-color css
<style>
a { background-color: #42288E; }
a { background-color: rgb(66,40,142); }
div.DivClassName
{
background-color: #42288E;
}
.BgClassName
{
background-color: #42288E;
}
</style>
border-color css
<style>
span { border-color: #42288E; }
span { border-color: rgb(66,40,142); }
td.TdClassName
{
border-color: #42288E;
}
.TagClassName
{
border-color: #42288E;
}
</style>