Shades of Cerulean Blue #2C5CBF
Tints of Cerulean Blue #2C5CBF
RGB
CMYK
RGB Variations
Color information
#2C5CBF (or 0x2C5CBF) is known color: Cerulean Blue. HEX triplet: 2C, 5C and BF. RGB value is (44,92,191). Sum of RGB (Red+Green+Blue) = 44+92+191=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C5CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5CBF is #D3A340. Grayscale: #585858. Windows color (decimal): -13869889 or 12540972. OLE color: 12540972.
HSL color Cylindrical-coordinate representation of color #2C5CBF: hue angle of 220.41º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C5CBF is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 92 | 191 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.25 |
| HSL | 220.41º | 0.63% | 0.46% | - |
| HSV(B) | 220.41º | 0.77% | 0.75% | - |
| XYZ | 14.27 | 11.95 | 50.84 | - |
| YUV | 88.93 | 185.6 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 92 | 191 | 0.77 | 0.52 | 0 | 0.25 | 220.41 | 0.63 | 0.46 |
| Hex | 2C | 5C | BF | 4D | 34 | 0 | 19 | DC | 3F | 2E |
| Octal | 54 | 134 | 277 | 115 | 64 | 0 | 31 | 334 | 77 | 56 |
| Binary | 101100 | 1011100 | 10111111 | 1001101 | 110100 | 0 | 11001 | 11011100 | 111111 | 101110 |
Color Harmonies of #2C5CBF
Complementary color
Monochromatic Colors of #2C5CBF
Black with #2C5CBF
Text Example
Text Example
White with #2C5CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5CBF; }
p { color: rgb(44,92,191); }
H1.HeaderClassName
{
color: #2C5CBF;
}
.AnyTagClassName
{
color: #2C5CBF;
}
</style>
background-color css
<style>
a { background-color: #2C5CBF; }
a { background-color: rgb(44,92,191); }
div.DivClassName
{
background-color: #2C5CBF;
}
.BgClassName
{
background-color: #2C5CBF;
}
</style>
border-color css
<style>
span { border-color: #2C5CBF; }
span { border-color: rgb(44,92,191); }
td.TdClassName
{
border-color: #2C5CBF;
}
.TagClassName
{
border-color: #2C5CBF;
}
</style>