Shades of Cerulean Blue #2B4CCC
Tints of Cerulean Blue #2B4CCC
RGB
CMYK
RGB Variations
Color information
#2B4CCC (or 0x2B4CCC) is known color: Cerulean Blue. HEX triplet: 2B, 4C and CC. RGB value is (43,76,204). Sum of RGB (Red+Green+Blue) = 43+76+204=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B4CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4CCC is #D4B333. Grayscale: #505050. Windows color (decimal): -13939508 or 13388843. OLE color: 13388843.
HSL color Cylindrical-coordinate representation of color #2B4CCC: hue angle of 227.7º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B4CCC is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 76 | 204 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.2 |
| HSL | 227.7º | 0.65% | 0.48% | - |
| HSV(B) | 227.7º | 0.79% | 0.8% | - |
| XYZ | 14.48 | 10.04 | 58.3 | - |
| YUV | 80.73 | 197.57 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 204 | 0.79 | 0.63 | 0 | 0.2 | 227.7 | 0.65 | 0.48 |
| Hex | 2B | 4C | CC | 4F | 3F | 0 | 14 | E4 | 41 | 30 |
| Octal | 53 | 114 | 314 | 117 | 77 | 0 | 24 | 344 | 101 | 60 |
| Binary | 101011 | 1001100 | 11001100 | 1001111 | 111111 | 0 | 10100 | 11100100 | 1000001 | 110000 |
Color Harmonies of #2B4CCC
Complementary color
Monochromatic Colors of #2B4CCC
Black with #2B4CCC
Text Example
Text Example
White with #2B4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4CCC; }
p { color: rgb(43,76,204); }
H1.HeaderClassName
{
color: #2B4CCC;
}
.AnyTagClassName
{
color: #2B4CCC;
}
</style>
background-color css
<style>
a { background-color: #2B4CCC; }
a { background-color: rgb(43,76,204); }
div.DivClassName
{
background-color: #2B4CCC;
}
.BgClassName
{
background-color: #2B4CCC;
}
</style>
border-color css
<style>
span { border-color: #2B4CCC; }
span { border-color: rgb(43,76,204); }
td.TdClassName
{
border-color: #2B4CCC;
}
.TagClassName
{
border-color: #2B4CCC;
}
</style>