Shades of Cerulean Blue #3756BA
Tints of Cerulean Blue #3756BA
RGB
CMYK
RGB Variations
Color information
#3756BA (or 0x3756BA) is known color: Cerulean Blue. HEX triplet: 37, 56 and BA. RGB value is (55,86,186). Sum of RGB (Red+Green+Blue) = 55+86+186=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #3756BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3756BA is #C8A945. Grayscale: #575757. Windows color (decimal): -13150534 or 12211767. OLE color: 12211767.
HSL color Cylindrical-coordinate representation of color #3756BA: hue angle of 225.8º 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 #3756BA is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 86 | 186 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.27 |
| HSL | 225.8º | 0.54% | 0.47% | - |
| HSV(B) | 225.8º | 0.7% | 0.73% | - |
| XYZ | 13.77 | 11.01 | 47.85 | - |
| YUV | 88.13 | 183.23 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 186 | 0.70 | 0.54 | 0 | 0.27 | 225.8 | 0.54 | 0.47 |
| Hex | 37 | 56 | BA | 46 | 36 | 0 | 1B | E2 | 36 | 2F |
| Octal | 67 | 126 | 272 | 106 | 66 | 0 | 33 | 342 | 66 | 57 |
| Binary | 110111 | 1010110 | 10111010 | 1000110 | 110110 | 0 | 11011 | 11100010 | 110110 | 101111 |
Color Harmonies of #3756BA
Complementary color
Monochromatic Colors of #3756BA
Black with #3756BA
Text Example
Text Example
White with #3756BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3756BA; }
p { color: rgb(55,86,186); }
H1.HeaderClassName
{
color: #3756BA;
}
.AnyTagClassName
{
color: #3756BA;
}
</style>
background-color css
<style>
a { background-color: #3756BA; }
a { background-color: rgb(55,86,186); }
div.DivClassName
{
background-color: #3756BA;
}
.BgClassName
{
background-color: #3756BA;
}
</style>
border-color css
<style>
span { border-color: #3756BA; }
span { border-color: rgb(55,86,186); }
td.TdClassName
{
border-color: #3756BA;
}
.TagClassName
{
border-color: #3756BA;
}
</style>