Shades of Blue Gem #42289D
Tints of Blue Gem #42289D
RGB
CMYK
RGB Variations
Color information
#42289D (or 0x42289D) is known color: Blue Gem. HEX triplet: 42, 28 and 9D. RGB value is (66,40,157). Sum of RGB (Red+Green+Blue) = 66+40+157=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #42289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42289D is #BDD762. Grayscale: #3C3C3C. Windows color (decimal): -12441443 or 10299458. OLE color: 10299458.
HSL color Cylindrical-coordinate representation of color #42289D: hue angle of 253.33º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42289D is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 40 | 157 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.38 |
| HSL | 253.33º | 0.59% | 0.39% | - |
| HSV(B) | 253.33º | 0.75% | 0.62% | - |
| XYZ | 9.09 | 5.11 | 32.41 | - |
| YUV | 61.11 | 182.11 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 157 | 0.58 | 0.75 | 0 | 0.38 | 253.33 | 0.59 | 0.39 |
| Hex | 42 | 28 | 9D | 3A | 4B | 0 | 26 | FD | 3B | 27 |
| Octal | 102 | 50 | 235 | 72 | 113 | 0 | 46 | 375 | 73 | 47 |
| Binary | 1000010 | 101000 | 10011101 | 111010 | 1001011 | 0 | 100110 | 11111101 | 111011 | 100111 |
Color Harmonies of #42289D
Complementary color
Monochromatic Colors of #42289D
Black with #42289D
Text Example
Text Example
White with #42289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42289D; }
p { color: rgb(66,40,157); }
H1.HeaderClassName
{
color: #42289D;
}
.AnyTagClassName
{
color: #42289D;
}
</style>
background-color css
<style>
a { background-color: #42289D; }
a { background-color: rgb(66,40,157); }
div.DivClassName
{
background-color: #42289D;
}
.BgClassName
{
background-color: #42289D;
}
</style>
border-color css
<style>
span { border-color: #42289D; }
span { border-color: rgb(66,40,157); }
td.TdClassName
{
border-color: #42289D;
}
.TagClassName
{
border-color: #42289D;
}
</style>