Shades of Cerulean Blue #3752BA
Tints of Cerulean Blue #3752BA
RGB
CMYK
RGB Variations
Color information
#3752BA (or 0x3752BA) is known color: Cerulean Blue. HEX triplet: 37, 52 and BA. RGB value is (55,82,186). Sum of RGB (Red+Green+Blue) = 55+82+186=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #3752BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3752BA is #C8AD45. Grayscale: #555555. Windows color (decimal): -13151558 or 12210743. OLE color: 12210743.
HSL color Cylindrical-coordinate representation of color #3752BA: hue angle of 227.63º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3752BA is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 82 | 186 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.27 |
| HSL | 227.63º | 0.54% | 0.47% | - |
| HSV(B) | 227.63º | 0.7% | 0.73% | - |
| XYZ | 13.46 | 10.39 | 47.75 | - |
| YUV | 85.78 | 184.55 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 186 | 0.70 | 0.56 | 0 | 0.27 | 227.63 | 0.54 | 0.47 |
| Hex | 37 | 52 | BA | 46 | 38 | 0 | 1B | E4 | 36 | 2F |
| Octal | 67 | 122 | 272 | 106 | 70 | 0 | 33 | 344 | 66 | 57 |
| Binary | 110111 | 1010010 | 10111010 | 1000110 | 111000 | 0 | 11011 | 11100100 | 110110 | 101111 |
Color Harmonies of #3752BA
Complementary color
Monochromatic Colors of #3752BA
Black with #3752BA
Text Example
Text Example
White with #3752BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3752BA; }
p { color: rgb(55,82,186); }
H1.HeaderClassName
{
color: #3752BA;
}
.AnyTagClassName
{
color: #3752BA;
}
</style>
background-color css
<style>
a { background-color: #3752BA; }
a { background-color: rgb(55,82,186); }
div.DivClassName
{
background-color: #3752BA;
}
.BgClassName
{
background-color: #3752BA;
}
</style>
border-color css
<style>
span { border-color: #3752BA; }
span { border-color: rgb(55,82,186); }
td.TdClassName
{
border-color: #3752BA;
}
.TagClassName
{
border-color: #3752BA;
}
</style>