Shades of Blue Gem #4237AF
Tints of Blue Gem #4237AF
RGB
CMYK
RGB Variations
Color information
#4237AF (or 0x4237AF) is known color: Blue Gem. HEX triplet: 42, 37 and AF. RGB value is (66,55,175). Sum of RGB (Red+Green+Blue) = 66+55+175=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #4237AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4237AF is #BDC850. Grayscale: #474747. Windows color (decimal): -12437585 or 11482946. OLE color: 11482946.
HSL color Cylindrical-coordinate representation of color #4237AF: hue angle of 245.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4237AF is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 55 | 175 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.31 |
| HSL | 245.5º | 0.52% | 0.45% | - |
| HSV(B) | 245.5º | 0.69% | 0.69% | - |
| XYZ | 11.35 | 6.99 | 41.31 | - |
| YUV | 71.97 | 186.14 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 175 | 0.62 | 0.69 | 0 | 0.31 | 245.5 | 0.52 | 0.45 |
| Hex | 42 | 37 | AF | 3E | 45 | 0 | 1F | F6 | 34 | 2D |
| Octal | 102 | 67 | 257 | 76 | 105 | 0 | 37 | 366 | 64 | 55 |
| Binary | 1000010 | 110111 | 10101111 | 111110 | 1000101 | 0 | 11111 | 11110110 | 110100 | 101101 |
Color Harmonies of #4237AF
Complementary color
Monochromatic Colors of #4237AF
Black with #4237AF
Text Example
Text Example
White with #4237AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4237AF; }
p { color: rgb(66,55,175); }
H1.HeaderClassName
{
color: #4237AF;
}
.AnyTagClassName
{
color: #4237AF;
}
</style>
background-color css
<style>
a { background-color: #4237AF; }
a { background-color: rgb(66,55,175); }
div.DivClassName
{
background-color: #4237AF;
}
.BgClassName
{
background-color: #4237AF;
}
</style>
border-color css
<style>
span { border-color: #4237AF; }
span { border-color: rgb(66,55,175); }
td.TdClassName
{
border-color: #4237AF;
}
.TagClassName
{
border-color: #4237AF;
}
</style>