Shades of Cerulean Blue #2C4DAF
Tints of Cerulean Blue #2C4DAF
RGB
CMYK
RGB Variations
Color information
#2C4DAF (or 0x2C4DAF) is known color: Cerulean Blue. HEX triplet: 2C, 4D and AF. RGB value is (44,77,175). Sum of RGB (Red+Green+Blue) = 44+77+175=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 77 (30.47% from 255 or 26.01% 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 #2C4DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C4DAF is #D3B250. Grayscale: #4D4D4D. Windows color (decimal): -13873745 or 11488556. OLE color: 11488556.
HSL color Cylindrical-coordinate representation of color #2C4DAF: hue angle of 224.89º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C4DAF is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 77 | 175 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.31 |
| HSL | 224.89º | 0.6% | 0.43% | - |
| HSV(B) | 224.89º | 0.75% | 0.69% | - |
| XYZ | 11.43 | 8.94 | 41.68 | - |
| YUV | 78.31 | 182.57 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 77 | 175 | 0.75 | 0.56 | 0 | 0.31 | 224.89 | 0.6 | 0.43 |
| Hex | 2C | 4D | AF | 4B | 38 | 0 | 1F | E1 | 3C | 2B |
| Octal | 54 | 115 | 257 | 113 | 70 | 0 | 37 | 341 | 74 | 53 |
| Binary | 101100 | 1001101 | 10101111 | 1001011 | 111000 | 0 | 11111 | 11100001 | 111100 | 101011 |
Color Harmonies of #2C4DAF
Complementary color
Monochromatic Colors of #2C4DAF
Black with #2C4DAF
Text Example
Text Example
White with #2C4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4DAF; }
p { color: rgb(44,77,175); }
H1.HeaderClassName
{
color: #2C4DAF;
}
.AnyTagClassName
{
color: #2C4DAF;
}
</style>
background-color css
<style>
a { background-color: #2C4DAF; }
a { background-color: rgb(44,77,175); }
div.DivClassName
{
background-color: #2C4DAF;
}
.BgClassName
{
background-color: #2C4DAF;
}
</style>
border-color css
<style>
span { border-color: #2C4DAF; }
span { border-color: rgb(44,77,175); }
td.TdClassName
{
border-color: #2C4DAF;
}
.TagClassName
{
border-color: #2C4DAF;
}
</style>