Shades of Cerulean Blue #2C5CCB
Tints of Cerulean Blue #2C5CCB
RGB
CMYK
RGB Variations
Color information
#2C5CCB (or 0x2C5CCB) is known color: Cerulean Blue. HEX triplet: 2C, 5C and CB. RGB value is (44,92,203). Sum of RGB (Red+Green+Blue) = 44+92+203=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #2C5CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5CCB is #D3A334. Grayscale: #595959. Windows color (decimal): -13869877 or 13327404. OLE color: 13327404.
HSL color Cylindrical-coordinate representation of color #2C5CCB: hue angle of 221.89º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C5CCB is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 92 | 203 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.20 |
| HSL | 221.89º | 0.64% | 0.48% | - |
| HSV(B) | 221.89º | 0.78% | 0.8% | - |
| XYZ | 15.65 | 12.5 | 58.09 | - |
| YUV | 90.3 | 191.6 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 92 | 203 | 0.78 | 0.55 | 0 | 0.20 | 221.89 | 0.64 | 0.48 |
| Hex | 2C | 5C | CB | 4E | 37 | 0 | 14 | DE | 40 | 30 |
| Octal | 54 | 134 | 313 | 116 | 67 | 0 | 24 | 336 | 100 | 60 |
| Binary | 101100 | 1011100 | 11001011 | 1001110 | 110111 | 0 | 10100 | 11011110 | 1000000 | 110000 |
Color Harmonies of #2C5CCB
Complementary color
Monochromatic Colors of #2C5CCB
Black with #2C5CCB
Text Example
Text Example
White with #2C5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5CCB; }
p { color: rgb(44,92,203); }
H1.HeaderClassName
{
color: #2C5CCB;
}
.AnyTagClassName
{
color: #2C5CCB;
}
</style>
background-color css
<style>
a { background-color: #2C5CCB; }
a { background-color: rgb(44,92,203); }
div.DivClassName
{
background-color: #2C5CCB;
}
.BgClassName
{
background-color: #2C5CCB;
}
</style>
border-color css
<style>
span { border-color: #2C5CCB; }
span { border-color: rgb(44,92,203); }
td.TdClassName
{
border-color: #2C5CCB;
}
.TagClassName
{
border-color: #2C5CCB;
}
</style>