Shades of Cerulean Blue #2C58BA
Tints of Cerulean Blue #2C58BA
RGB
CMYK
RGB Variations
Color information
#2C58BA (or 0x2C58BA) is known color: Cerulean Blue. HEX triplet: 2C, 58 and BA. RGB value is (44,88,186). Sum of RGB (Red+Green+Blue) = 44+88+186=318 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.84% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C58BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C58BA is #D3A745. Grayscale: #555555. Windows color (decimal): -13870918 or 12212268. OLE color: 12212268.
HSL color Cylindrical-coordinate representation of color #2C58BA: hue angle of 221.41º 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 #2C58BA is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 88 | 186 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.27 |
| HSL | 221.41º | 0.62% | 0.45% | - |
| HSV(B) | 221.41º | 0.76% | 0.73% | - |
| XYZ | 13.39 | 11.06 | 47.88 | - |
| YUV | 86.02 | 184.42 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 186 | 0.76 | 0.53 | 0 | 0.27 | 221.41 | 0.62 | 0.45 |
| Hex | 2C | 58 | BA | 4C | 35 | 0 | 1B | DD | 3E | 2D |
| Octal | 54 | 130 | 272 | 114 | 65 | 0 | 33 | 335 | 76 | 55 |
| Binary | 101100 | 1011000 | 10111010 | 1001100 | 110101 | 0 | 11011 | 11011101 | 111110 | 101101 |
Color Harmonies of #2C58BA
Complementary color
Monochromatic Colors of #2C58BA
Black with #2C58BA
Text Example
Text Example
White with #2C58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C58BA; }
p { color: rgb(44,88,186); }
H1.HeaderClassName
{
color: #2C58BA;
}
.AnyTagClassName
{
color: #2C58BA;
}
</style>
background-color css
<style>
a { background-color: #2C58BA; }
a { background-color: rgb(44,88,186); }
div.DivClassName
{
background-color: #2C58BA;
}
.BgClassName
{
background-color: #2C58BA;
}
</style>
border-color css
<style>
span { border-color: #2C58BA; }
span { border-color: rgb(44,88,186); }
td.TdClassName
{
border-color: #2C58BA;
}
.TagClassName
{
border-color: #2C58BA;
}
</style>