Shades of Cerulean Blue #2C5EAF
Tints of Cerulean Blue #2C5EAF
RGB
CMYK
RGB Variations
Color information
#2C5EAF (or 0x2C5EAF) is known color: Cerulean Blue. HEX triplet: 2C, 5E and AF. RGB value is (44,94,175). Sum of RGB (Red+Green+Blue) = 44+94+175=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C5EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5EAF is #D3A150. Grayscale: #575757. Windows color (decimal): -13869393 or 11492908. OLE color: 11492908.
HSL color Cylindrical-coordinate representation of color #2C5EAF: hue angle of 217.1º 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 #2C5EAF is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 94 | 175 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.31 |
| HSL | 217.1º | 0.6% | 0.43% | - |
| HSV(B) | 217.1º | 0.75% | 0.69% | - |
| XYZ | 12.78 | 11.64 | 42.13 | - |
| YUV | 88.28 | 176.94 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 94 | 175 | 0.75 | 0.46 | 0 | 0.31 | 217.1 | 0.6 | 0.43 |
| Hex | 2C | 5E | AF | 4B | 2E | 0 | 1F | D9 | 3C | 2B |
| Octal | 54 | 136 | 257 | 113 | 56 | 0 | 37 | 331 | 74 | 53 |
| Binary | 101100 | 1011110 | 10101111 | 1001011 | 101110 | 0 | 11111 | 11011001 | 111100 | 101011 |
Color Harmonies of #2C5EAF
Complementary color
Monochromatic Colors of #2C5EAF
Black with #2C5EAF
Text Example
Text Example
White with #2C5EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5EAF; }
p { color: rgb(44,94,175); }
H1.HeaderClassName
{
color: #2C5EAF;
}
.AnyTagClassName
{
color: #2C5EAF;
}
</style>
background-color css
<style>
a { background-color: #2C5EAF; }
a { background-color: rgb(44,94,175); }
div.DivClassName
{
background-color: #2C5EAF;
}
.BgClassName
{
background-color: #2C5EAF;
}
</style>
border-color css
<style>
span { border-color: #2C5EAF; }
span { border-color: rgb(44,94,175); }
td.TdClassName
{
border-color: #2C5EAF;
}
.TagClassName
{
border-color: #2C5EAF;
}
</style>