Shades of Blue Gem #4237AB
Tints of Blue Gem #4237AB
RGB
CMYK
RGB Variations
Color information
#4237AB (or 0x4237AB) is known color: Blue Gem. HEX triplet: 42, 37 and AB. RGB value is (66,55,171). Sum of RGB (Red+Green+Blue) = 66+55+171=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #4237AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4237AB is #BDC854. Grayscale: #474747. Windows color (decimal): -12437589 or 11220802. OLE color: 11220802.
HSL color Cylindrical-coordinate representation of color #4237AB: hue angle of 245.69º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4237AB is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 55 | 171 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.33 |
| HSL | 245.69º | 0.51% | 0.44% | - |
| HSV(B) | 245.69º | 0.68% | 0.67% | - |
| XYZ | 10.96 | 6.83 | 39.27 | - |
| YUV | 71.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 171 | 0.61 | 0.68 | 0 | 0.33 | 245.69 | 0.51 | 0.44 |
| Hex | 42 | 37 | AB | 3D | 44 | 0 | 21 | F6 | 33 | 2C |
| Octal | 102 | 67 | 253 | 75 | 104 | 0 | 41 | 366 | 63 | 54 |
| Binary | 1000010 | 110111 | 10101011 | 111101 | 1000100 | 0 | 100001 | 11110110 | 110011 | 101100 |
Color Harmonies of #4237AB
Complementary color
Monochromatic Colors of #4237AB
Black with #4237AB
Text Example
Text Example
White with #4237AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4237AB; }
p { color: rgb(66,55,171); }
H1.HeaderClassName
{
color: #4237AB;
}
.AnyTagClassName
{
color: #4237AB;
}
</style>
background-color css
<style>
a { background-color: #4237AB; }
a { background-color: rgb(66,55,171); }
div.DivClassName
{
background-color: #4237AB;
}
.BgClassName
{
background-color: #4237AB;
}
</style>
border-color css
<style>
span { border-color: #4237AB; }
span { border-color: rgb(66,55,171); }
td.TdClassName
{
border-color: #4237AB;
}
.TagClassName
{
border-color: #4237AB;
}
</style>