Shades of Cerulean Blue #2C53CC
Tints of Cerulean Blue #2C53CC
RGB
CMYK
RGB Variations
Color information
#2C53CC (or 0x2C53CC) is known color: Cerulean Blue. HEX triplet: 2C, 53 and CC. RGB value is (44,83,204). Sum of RGB (Red+Green+Blue) = 44+83+204=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C53CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C53CC is #D3AC33. Grayscale: #545454. Windows color (decimal): -13872180 or 13390636. OLE color: 13390636.
HSL color Cylindrical-coordinate representation of color #2C53CC: hue angle of 225.38º 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 #2C53CC is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 83 | 204 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.2 |
| HSL | 225.38º | 0.65% | 0.49% | - |
| HSV(B) | 225.38º | 0.78% | 0.8% | - |
| XYZ | 15.03 | 11.08 | 58.47 | - |
| YUV | 85.13 | 195.08 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 83 | 204 | 0.78 | 0.59 | 0 | 0.2 | 225.38 | 0.65 | 0.49 |
| Hex | 2C | 53 | CC | 4E | 3B | 0 | 14 | E1 | 41 | 31 |
| Octal | 54 | 123 | 314 | 116 | 73 | 0 | 24 | 341 | 101 | 61 |
| Binary | 101100 | 1010011 | 11001100 | 1001110 | 111011 | 0 | 10100 | 11100001 | 1000001 | 110001 |
Color Harmonies of #2C53CC
Complementary color
Monochromatic Colors of #2C53CC
Black with #2C53CC
Text Example
Text Example
White with #2C53CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C53CC; }
p { color: rgb(44,83,204); }
H1.HeaderClassName
{
color: #2C53CC;
}
.AnyTagClassName
{
color: #2C53CC;
}
</style>
background-color css
<style>
a { background-color: #2C53CC; }
a { background-color: rgb(44,83,204); }
div.DivClassName
{
background-color: #2C53CC;
}
.BgClassName
{
background-color: #2C53CC;
}
</style>
border-color css
<style>
span { border-color: #2C53CC; }
span { border-color: rgb(44,83,204); }
td.TdClassName
{
border-color: #2C53CC;
}
.TagClassName
{
border-color: #2C53CC;
}
</style>