Shades of Cerulean Blue #2C60BA
Tints of Cerulean Blue #2C60BA
RGB
CMYK
RGB Variations
Color information
#2C60BA (or 0x2C60BA) is known color: Cerulean Blue. HEX triplet: 2C, 60 and BA. RGB value is (44,96,186). Sum of RGB (Red+Green+Blue) = 44+96+186=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C60BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C60BA is #D39F45. Grayscale: #5A5A5A. Windows color (decimal): -13868870 or 12214316. OLE color: 12214316.
HSL color Cylindrical-coordinate representation of color #2C60BA: hue angle of 218.03º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C60BA is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 96 | 186 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.27 |
| HSL | 218.03º | 0.62% | 0.45% | - |
| HSV(B) | 218.03º | 0.76% | 0.73% | - |
| XYZ | 14.08 | 12.45 | 48.11 | - |
| YUV | 90.71 | 181.77 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 96 | 186 | 0.76 | 0.48 | 0 | 0.27 | 218.03 | 0.62 | 0.45 |
| Hex | 2C | 60 | BA | 4C | 30 | 0 | 1B | DA | 3E | 2D |
| Octal | 54 | 140 | 272 | 114 | 60 | 0 | 33 | 332 | 76 | 55 |
| Binary | 101100 | 1100000 | 10111010 | 1001100 | 110000 | 0 | 11011 | 11011010 | 111110 | 101101 |
Color Harmonies of #2C60BA
Complementary color
Monochromatic Colors of #2C60BA
Black with #2C60BA
Text Example
Text Example
White with #2C60BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C60BA; }
p { color: rgb(44,96,186); }
H1.HeaderClassName
{
color: #2C60BA;
}
.AnyTagClassName
{
color: #2C60BA;
}
</style>
background-color css
<style>
a { background-color: #2C60BA; }
a { background-color: rgb(44,96,186); }
div.DivClassName
{
background-color: #2C60BA;
}
.BgClassName
{
background-color: #2C60BA;
}
</style>
border-color css
<style>
span { border-color: #2C60BA; }
span { border-color: rgb(44,96,186); }
td.TdClassName
{
border-color: #2C60BA;
}
.TagClassName
{
border-color: #2C60BA;
}
</style>