Shades of Cerulean Blue #2C57CC
Tints of Cerulean Blue #2C57CC
RGB
CMYK
RGB Variations
Color information
#2C57CC (or 0x2C57CC) is known color: Cerulean Blue. HEX triplet: 2C, 57 and CC. RGB value is (44,87,204). Sum of RGB (Red+Green+Blue) = 44+87+204=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C57CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C57CC is #D3A833. Grayscale: #565656. Windows color (decimal): -13871156 or 13391660. OLE color: 13391660.
HSL color Cylindrical-coordinate representation of color #2C57CC: hue angle of 223.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C57CC is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 87 | 204 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.2 |
| HSL | 223.88º | 0.65% | 0.49% | - |
| HSV(B) | 223.88º | 0.78% | 0.8% | - |
| XYZ | 15.35 | 11.71 | 58.58 | - |
| YUV | 87.48 | 193.75 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 87 | 204 | 0.78 | 0.57 | 0 | 0.2 | 223.88 | 0.65 | 0.49 |
| Hex | 2C | 57 | CC | 4E | 39 | 0 | 14 | E0 | 41 | 31 |
| Octal | 54 | 127 | 314 | 116 | 71 | 0 | 24 | 340 | 101 | 61 |
| Binary | 101100 | 1010111 | 11001100 | 1001110 | 111001 | 0 | 10100 | 11100000 | 1000001 | 110001 |
Color Harmonies of #2C57CC
Complementary color
Monochromatic Colors of #2C57CC
Black with #2C57CC
Text Example
Text Example
White with #2C57CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C57CC; }
p { color: rgb(44,87,204); }
H1.HeaderClassName
{
color: #2C57CC;
}
.AnyTagClassName
{
color: #2C57CC;
}
</style>
background-color css
<style>
a { background-color: #2C57CC; }
a { background-color: rgb(44,87,204); }
div.DivClassName
{
background-color: #2C57CC;
}
.BgClassName
{
background-color: #2C57CC;
}
</style>
border-color css
<style>
span { border-color: #2C57CC; }
span { border-color: rgb(44,87,204); }
td.TdClassName
{
border-color: #2C57CC;
}
.TagClassName
{
border-color: #2C57CC;
}
</style>