Shades of Blue Gem #4237AD
Tints of Blue Gem #4237AD
RGB
CMYK
RGB Variations
Color information
#4237AD (or 0x4237AD) is known color: Blue Gem. HEX triplet: 42, 37 and AD. RGB value is (66,55,173). Sum of RGB (Red+Green+Blue) = 66+55+173=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #4237AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4237AD is #BDC852. Grayscale: #474747. Windows color (decimal): -12437587 or 11351874. OLE color: 11351874.
HSL color Cylindrical-coordinate representation of color #4237AD: hue angle of 245.59º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4237AD is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 55 | 173 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.32 |
| HSL | 245.59º | 0.52% | 0.45% | - |
| HSV(B) | 245.59º | 0.68% | 0.68% | - |
| XYZ | 11.16 | 6.91 | 40.28 | - |
| YUV | 71.74 | 185.14 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 173 | 0.62 | 0.68 | 0 | 0.32 | 245.59 | 0.52 | 0.45 |
| Hex | 42 | 37 | AD | 3E | 44 | 0 | 20 | F6 | 34 | 2D |
| Octal | 102 | 67 | 255 | 76 | 104 | 0 | 40 | 366 | 64 | 55 |
| Binary | 1000010 | 110111 | 10101101 | 111110 | 1000100 | 0 | 100000 | 11110110 | 110100 | 101101 |
Color Harmonies of #4237AD
Complementary color
Monochromatic Colors of #4237AD
Black with #4237AD
Text Example
Text Example
White with #4237AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4237AD; }
p { color: rgb(66,55,173); }
H1.HeaderClassName
{
color: #4237AD;
}
.AnyTagClassName
{
color: #4237AD;
}
</style>
background-color css
<style>
a { background-color: #4237AD; }
a { background-color: rgb(66,55,173); }
div.DivClassName
{
background-color: #4237AD;
}
.BgClassName
{
background-color: #4237AD;
}
</style>
border-color css
<style>
span { border-color: #4237AD; }
span { border-color: rgb(66,55,173); }
td.TdClassName
{
border-color: #4237AD;
}
.TagClassName
{
border-color: #4237AD;
}
</style>