Shades of Cerulean Blue #3752AF
Tints of Cerulean Blue #3752AF
RGB
CMYK
RGB Variations
Color information
#3752AF (or 0x3752AF) is known color: Cerulean Blue. HEX triplet: 37, 52 and AF. RGB value is (55,82,175). Sum of RGB (Red+Green+Blue) = 55+82+175=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #3752AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3752AF is #C8AD50. Grayscale: #545454. Windows color (decimal): -13151569 or 11489847. OLE color: 11489847.
HSL color Cylindrical-coordinate representation of color #3752AF: hue angle of 226.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 #3752AF is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 82 | 175 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.31 |
| HSL | 226.5º | 0.52% | 0.45% | - |
| HSV(B) | 226.5º | 0.69% | 0.69% | - |
| XYZ | 12.33 | 9.94 | 41.83 | - |
| YUV | 84.53 | 179.05 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 175 | 0.69 | 0.53 | 0 | 0.31 | 226.5 | 0.52 | 0.45 |
| Hex | 37 | 52 | AF | 45 | 35 | 0 | 1F | E2 | 34 | 2D |
| Octal | 67 | 122 | 257 | 105 | 65 | 0 | 37 | 342 | 64 | 55 |
| Binary | 110111 | 1010010 | 10101111 | 1000101 | 110101 | 0 | 11111 | 11100010 | 110100 | 101101 |
Color Harmonies of #3752AF
Complementary color
Monochromatic Colors of #3752AF
Black with #3752AF
Text Example
Text Example
White with #3752AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3752AF; }
p { color: rgb(55,82,175); }
H1.HeaderClassName
{
color: #3752AF;
}
.AnyTagClassName
{
color: #3752AF;
}
</style>
background-color css
<style>
a { background-color: #3752AF; }
a { background-color: rgb(55,82,175); }
div.DivClassName
{
background-color: #3752AF;
}
.BgClassName
{
background-color: #3752AF;
}
</style>
border-color css
<style>
span { border-color: #3752AF; }
span { border-color: rgb(55,82,175); }
td.TdClassName
{
border-color: #3752AF;
}
.TagClassName
{
border-color: #3752AF;
}
</style>