Shades of Cerulean Blue #2C59CC
Tints of Cerulean Blue #2C59CC
RGB
CMYK
RGB Variations
Color information
#2C59CC (or 0x2C59CC) is known color: Cerulean Blue. HEX triplet: 2C, 59 and CC. RGB value is (44,89,204). Sum of RGB (Red+Green+Blue) = 44+89+204=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C59CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C59CC is #D3A633. Grayscale: #585858. Windows color (decimal): -13870644 or 13392172. OLE color: 13392172.
HSL color Cylindrical-coordinate representation of color #2C59CC: hue angle of 223.12º 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 #2C59CC is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 89 | 204 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.2 |
| HSL | 223.13º | 0.65% | 0.49% | - |
| HSV(B) | 223.13º | 0.78% | 0.8% | - |
| XYZ | 15.51 | 12.04 | 58.63 | - |
| YUV | 88.66 | 193.09 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 89 | 204 | 0.78 | 0.56 | 0 | 0.2 | 223.13 | 0.65 | 0.49 |
| Hex | 2C | 59 | CC | 4E | 38 | 0 | 14 | DF | 41 | 31 |
| Octal | 54 | 131 | 314 | 116 | 70 | 0 | 24 | 337 | 101 | 61 |
| Binary | 101100 | 1011001 | 11001100 | 1001110 | 111000 | 0 | 10100 | 11011111 | 1000001 | 110001 |
Color Harmonies of #2C59CC
Complementary color
Monochromatic Colors of #2C59CC
Black with #2C59CC
Text Example
Text Example
White with #2C59CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C59CC; }
p { color: rgb(44,89,204); }
H1.HeaderClassName
{
color: #2C59CC;
}
.AnyTagClassName
{
color: #2C59CC;
}
</style>
background-color css
<style>
a { background-color: #2C59CC; }
a { background-color: rgb(44,89,204); }
div.DivClassName
{
background-color: #2C59CC;
}
.BgClassName
{
background-color: #2C59CC;
}
</style>
border-color css
<style>
span { border-color: #2C59CC; }
span { border-color: rgb(44,89,204); }
td.TdClassName
{
border-color: #2C59CC;
}
.TagClassName
{
border-color: #2C59CC;
}
</style>