Shades of Blue Gem #42289A
Tints of Blue Gem #42289A
RGB
CMYK
RGB Variations
Color information
#42289A (or 0x42289A) is known color: Blue Gem. HEX triplet: 42, 28 and 9A. RGB value is (66,40,154). Sum of RGB (Red+Green+Blue) = 66+40+154=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #42289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42289A is #BDD765. Grayscale: #3C3C3C. Windows color (decimal): -12441446 or 10102850. OLE color: 10102850.
HSL color Cylindrical-coordinate representation of color #42289A: hue angle of 253.68º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42289A is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 40 | 154 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.40 |
| HSL | 253.68º | 0.59% | 0.38% | - |
| HSV(B) | 253.68º | 0.74% | 0.6% | - |
| XYZ | 8.84 | 5.01 | 31.07 | - |
| YUV | 60.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 154 | 0.57 | 0.74 | 0 | 0.40 | 253.68 | 0.59 | 0.38 |
| Hex | 42 | 28 | 9A | 39 | 4A | 0 | 28 | FE | 3B | 26 |
| Octal | 102 | 50 | 232 | 71 | 112 | 0 | 50 | 376 | 73 | 46 |
| Binary | 1000010 | 101000 | 10011010 | 111001 | 1001010 | 0 | 101000 | 11111110 | 111011 | 100110 |
Color Harmonies of #42289A
Complementary color
Monochromatic Colors of #42289A
Black with #42289A
Text Example
Text Example
White with #42289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42289A; }
p { color: rgb(66,40,154); }
H1.HeaderClassName
{
color: #42289A;
}
.AnyTagClassName
{
color: #42289A;
}
</style>
background-color css
<style>
a { background-color: #42289A; }
a { background-color: rgb(66,40,154); }
div.DivClassName
{
background-color: #42289A;
}
.BgClassName
{
background-color: #42289A;
}
</style>
border-color css
<style>
span { border-color: #42289A; }
span { border-color: rgb(66,40,154); }
td.TdClassName
{
border-color: #42289A;
}
.TagClassName
{
border-color: #42289A;
}
</style>