Shades of Blue Gem #4237AC
Tints of Blue Gem #4237AC
RGB
CMYK
RGB Variations
Color information
#4237AC (or 0x4237AC) is known color: Blue Gem. HEX triplet: 42, 37 and AC. RGB value is (66,55,172). Sum of RGB (Red+Green+Blue) = 66+55+172=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #4237AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4237AC is #BDC853. Grayscale: #474747. Windows color (decimal): -12437588 or 11286338. OLE color: 11286338.
HSL color Cylindrical-coordinate representation of color #4237AC: hue angle of 245.64º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4237AC is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 55 | 172 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.33 |
| HSL | 245.64º | 0.52% | 0.45% | - |
| HSV(B) | 245.64º | 0.68% | 0.67% | - |
| XYZ | 11.06 | 6.87 | 39.77 | - |
| YUV | 71.63 | 184.64 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 172 | 0.62 | 0.68 | 0 | 0.33 | 245.64 | 0.52 | 0.45 |
| Hex | 42 | 37 | AC | 3E | 44 | 0 | 21 | F6 | 34 | 2D |
| Octal | 102 | 67 | 254 | 76 | 104 | 0 | 41 | 366 | 64 | 55 |
| Binary | 1000010 | 110111 | 10101100 | 111110 | 1000100 | 0 | 100001 | 11110110 | 110100 | 101101 |
Color Harmonies of #4237AC
Complementary color
Monochromatic Colors of #4237AC
Black with #4237AC
Text Example
Text Example
White with #4237AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4237AC; }
p { color: rgb(66,55,172); }
H1.HeaderClassName
{
color: #4237AC;
}
.AnyTagClassName
{
color: #4237AC;
}
</style>
background-color css
<style>
a { background-color: #4237AC; }
a { background-color: rgb(66,55,172); }
div.DivClassName
{
background-color: #4237AC;
}
.BgClassName
{
background-color: #4237AC;
}
</style>
border-color css
<style>
span { border-color: #4237AC; }
span { border-color: rgb(66,55,172); }
td.TdClassName
{
border-color: #4237AC;
}
.TagClassName
{
border-color: #4237AC;
}
</style>