Shades of Blue Gem #4237AA
Tints of Blue Gem #4237AA
RGB
CMYK
RGB Variations
Color information
#4237AA (or 0x4237AA) is known color: Blue Gem. HEX triplet: 42, 37 and AA. RGB value is (66,55,170). Sum of RGB (Red+Green+Blue) = 66+55+170=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #4237AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4237AA is #BDC855. Grayscale: #464646. Windows color (decimal): -12437590 or 11155266. OLE color: 11155266.
HSL color Cylindrical-coordinate representation of color #4237AA: hue angle of 245.74º 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 #4237AA is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 55 | 170 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.33 |
| HSL | 245.74º | 0.51% | 0.44% | - |
| HSV(B) | 245.74º | 0.68% | 0.67% | - |
| XYZ | 10.87 | 6.79 | 38.77 | - |
| YUV | 71.4 | 183.64 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 170 | 0.61 | 0.68 | 0 | 0.33 | 245.74 | 0.51 | 0.44 |
| Hex | 42 | 37 | AA | 3D | 44 | 0 | 21 | F6 | 33 | 2C |
| Octal | 102 | 67 | 252 | 75 | 104 | 0 | 41 | 366 | 63 | 54 |
| Binary | 1000010 | 110111 | 10101010 | 111101 | 1000100 | 0 | 100001 | 11110110 | 110011 | 101100 |
Color Harmonies of #4237AA
Complementary color
Monochromatic Colors of #4237AA
Black with #4237AA
Text Example
Text Example
White with #4237AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4237AA; }
p { color: rgb(66,55,170); }
H1.HeaderClassName
{
color: #4237AA;
}
.AnyTagClassName
{
color: #4237AA;
}
</style>
background-color css
<style>
a { background-color: #4237AA; }
a { background-color: rgb(66,55,170); }
div.DivClassName
{
background-color: #4237AA;
}
.BgClassName
{
background-color: #4237AA;
}
</style>
border-color css
<style>
span { border-color: #4237AA; }
span { border-color: rgb(66,55,170); }
td.TdClassName
{
border-color: #4237AA;
}
.TagClassName
{
border-color: #4237AA;
}
</style>