Shades of Cerulean Blue #2B54CC
Tints of Cerulean Blue #2B54CC
RGB
CMYK
RGB Variations
Color information
#2B54CC (or 0x2B54CC) is known color: Cerulean Blue. HEX triplet: 2B, 54 and CC. RGB value is (43,84,204). Sum of RGB (Red+Green+Blue) = 43+84+204=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B54CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B54CC is #D4AB33. Grayscale: #545454. Windows color (decimal): -13937460 or 13390891. OLE color: 13390891.
HSL color Cylindrical-coordinate representation of color #2B54CC: hue angle of 224.72º 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 #2B54CC is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 84 | 204 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.2 |
| HSL | 224.72º | 0.65% | 0.48% | - |
| HSV(B) | 224.72º | 0.79% | 0.8% | - |
| XYZ | 15.07 | 11.21 | 58.5 | - |
| YUV | 85.42 | 194.92 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 204 | 0.79 | 0.59 | 0 | 0.2 | 224.72 | 0.65 | 0.48 |
| Hex | 2B | 54 | CC | 4F | 3B | 0 | 14 | E1 | 41 | 30 |
| Octal | 53 | 124 | 314 | 117 | 73 | 0 | 24 | 341 | 101 | 60 |
| Binary | 101011 | 1010100 | 11001100 | 1001111 | 111011 | 0 | 10100 | 11100001 | 1000001 | 110000 |
Color Harmonies of #2B54CC
Complementary color
Monochromatic Colors of #2B54CC
Black with #2B54CC
Text Example
Text Example
White with #2B54CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B54CC; }
p { color: rgb(43,84,204); }
H1.HeaderClassName
{
color: #2B54CC;
}
.AnyTagClassName
{
color: #2B54CC;
}
</style>
background-color css
<style>
a { background-color: #2B54CC; }
a { background-color: rgb(43,84,204); }
div.DivClassName
{
background-color: #2B54CC;
}
.BgClassName
{
background-color: #2B54CC;
}
</style>
border-color css
<style>
span { border-color: #2B54CC; }
span { border-color: rgb(43,84,204); }
td.TdClassName
{
border-color: #2B54CC;
}
.TagClassName
{
border-color: #2B54CC;
}
</style>