Shades of Blue Gem #42289B
Tints of Blue Gem #42289B
RGB
CMYK
RGB Variations
Color information
#42289B (or 0x42289B) is known color: Blue Gem. HEX triplet: 42, 28 and 9B. RGB value is (66,40,155). Sum of RGB (Red+Green+Blue) = 66+40+155=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #42289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42289B is #BDD764. Grayscale: #3C3C3C. Windows color (decimal): -12441445 or 10168386. OLE color: 10168386.
HSL color Cylindrical-coordinate representation of color #42289B: hue angle of 253.57º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42289B is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 40 | 155 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.39 |
| HSL | 253.57º | 0.59% | 0.38% | - |
| HSV(B) | 253.57º | 0.74% | 0.61% | - |
| XYZ | 8.92 | 5.04 | 31.51 | - |
| YUV | 60.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 155 | 0.57 | 0.74 | 0 | 0.39 | 253.57 | 0.59 | 0.38 |
| Hex | 42 | 28 | 9B | 39 | 4A | 0 | 27 | FE | 3B | 26 |
| Octal | 102 | 50 | 233 | 71 | 112 | 0 | 47 | 376 | 73 | 46 |
| Binary | 1000010 | 101000 | 10011011 | 111001 | 1001010 | 0 | 100111 | 11111110 | 111011 | 100110 |
Color Harmonies of #42289B
Complementary color
Monochromatic Colors of #42289B
Black with #42289B
Text Example
Text Example
White with #42289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42289B; }
p { color: rgb(66,40,155); }
H1.HeaderClassName
{
color: #42289B;
}
.AnyTagClassName
{
color: #42289B;
}
</style>
background-color css
<style>
a { background-color: #42289B; }
a { background-color: rgb(66,40,155); }
div.DivClassName
{
background-color: #42289B;
}
.BgClassName
{
background-color: #42289B;
}
</style>
border-color css
<style>
span { border-color: #42289B; }
span { border-color: rgb(66,40,155); }
td.TdClassName
{
border-color: #42289B;
}
.TagClassName
{
border-color: #42289B;
}
</style>