Shades of Cerulean Blue #3756AF
Tints of Cerulean Blue #3756AF
RGB
CMYK
RGB Variations
Color information
#3756AF (or 0x3756AF) is known color: Cerulean Blue. HEX triplet: 37, 56 and AF. RGB value is (55,86,175). Sum of RGB (Red+Green+Blue) = 55+86+175=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #3756AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3756AF is #C8A950. Grayscale: #565656. Windows color (decimal): -13150545 or 11490871. OLE color: 11490871.
HSL color Cylindrical-coordinate representation of color #3756AF: hue angle of 224.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 #3756AF is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 86 | 175 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.31 |
| HSL | 224.5º | 0.52% | 0.45% | - |
| HSV(B) | 224.5º | 0.69% | 0.69% | - |
| XYZ | 12.64 | 10.56 | 41.93 | - |
| YUV | 86.88 | 177.73 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 175 | 0.69 | 0.51 | 0 | 0.31 | 224.5 | 0.52 | 0.45 |
| Hex | 37 | 56 | AF | 45 | 33 | 0 | 1F | E0 | 34 | 2D |
| Octal | 67 | 126 | 257 | 105 | 63 | 0 | 37 | 340 | 64 | 55 |
| Binary | 110111 | 1010110 | 10101111 | 1000101 | 110011 | 0 | 11111 | 11100000 | 110100 | 101101 |
Color Harmonies of #3756AF
Complementary color
Monochromatic Colors of #3756AF
Black with #3756AF
Text Example
Text Example
White with #3756AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3756AF; }
p { color: rgb(55,86,175); }
H1.HeaderClassName
{
color: #3756AF;
}
.AnyTagClassName
{
color: #3756AF;
}
</style>
background-color css
<style>
a { background-color: #3756AF; }
a { background-color: rgb(55,86,175); }
div.DivClassName
{
background-color: #3756AF;
}
.BgClassName
{
background-color: #3756AF;
}
</style>
border-color css
<style>
span { border-color: #3756AF; }
span { border-color: rgb(55,86,175); }
td.TdClassName
{
border-color: #3756AF;
}
.TagClassName
{
border-color: #3756AF;
}
</style>