Shades of Cerulean Blue #2C54BC
Tints of Cerulean Blue #2C54BC
RGB
CMYK
RGB Variations
Color information
#2C54BC (or 0x2C54BC) is known color: Cerulean Blue. HEX triplet: 2C, 54 and BC. RGB value is (44,84,188). Sum of RGB (Red+Green+Blue) = 44+84+188=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C54BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C54BC is #D3AB43. Grayscale: #535353. Windows color (decimal): -13871940 or 12342316. OLE color: 12342316.
HSL color Cylindrical-coordinate representation of color #2C54BC: hue angle of 223.33º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C54BC is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 84 | 188 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.26 |
| HSL | 223.33º | 0.62% | 0.45% | - |
| HSV(B) | 223.33º | 0.77% | 0.74% | - |
| XYZ | 13.29 | 10.51 | 48.9 | - |
| YUV | 83.9 | 186.75 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 84 | 188 | 0.77 | 0.55 | 0 | 0.26 | 223.33 | 0.62 | 0.45 |
| Hex | 2C | 54 | BC | 4D | 37 | 0 | 1A | DF | 3E | 2D |
| Octal | 54 | 124 | 274 | 115 | 67 | 0 | 32 | 337 | 76 | 55 |
| Binary | 101100 | 1010100 | 10111100 | 1001101 | 110111 | 0 | 11010 | 11011111 | 111110 | 101101 |
Color Harmonies of #2C54BC
Complementary color
Monochromatic Colors of #2C54BC
Black with #2C54BC
Text Example
Text Example
White with #2C54BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C54BC; }
p { color: rgb(44,84,188); }
H1.HeaderClassName
{
color: #2C54BC;
}
.AnyTagClassName
{
color: #2C54BC;
}
</style>
background-color css
<style>
a { background-color: #2C54BC; }
a { background-color: rgb(44,84,188); }
div.DivClassName
{
background-color: #2C54BC;
}
.BgClassName
{
background-color: #2C54BC;
}
</style>
border-color css
<style>
span { border-color: #2C54BC; }
span { border-color: rgb(44,84,188); }
td.TdClassName
{
border-color: #2C54BC;
}
.TagClassName
{
border-color: #2C54BC;
}
</style>