Shades of Cerulean Blue #2B49CC
Tints of Cerulean Blue #2B49CC
RGB
CMYK
RGB Variations
Color information
#2B49CC (or 0x2B49CC) is known color: Cerulean Blue. HEX triplet: 2B, 49 and CC. RGB value is (43,73,204). Sum of RGB (Red+Green+Blue) = 43+73+204=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B49CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B49CC is #D4B633. Grayscale: #4E4E4E. Windows color (decimal): -13940276 or 13388075. OLE color: 13388075.
HSL color Cylindrical-coordinate representation of color #2B49CC: hue angle of 228.82º 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 #2B49CC is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 73 | 204 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.2 |
| HSL | 228.82º | 0.65% | 0.48% | - |
| HSV(B) | 228.82º | 0.79% | 0.8% | - |
| XYZ | 14.28 | 9.64 | 58.23 | - |
| YUV | 78.96 | 198.56 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 204 | 0.79 | 0.64 | 0 | 0.2 | 228.82 | 0.65 | 0.48 |
| Hex | 2B | 49 | CC | 4F | 40 | 0 | 14 | E5 | 41 | 30 |
| Octal | 53 | 111 | 314 | 117 | 100 | 0 | 24 | 345 | 101 | 60 |
| Binary | 101011 | 1001001 | 11001100 | 1001111 | 1000000 | 0 | 10100 | 11100101 | 1000001 | 110000 |
Color Harmonies of #2B49CC
Complementary color
Monochromatic Colors of #2B49CC
Black with #2B49CC
Text Example
Text Example
White with #2B49CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B49CC; }
p { color: rgb(43,73,204); }
H1.HeaderClassName
{
color: #2B49CC;
}
.AnyTagClassName
{
color: #2B49CC;
}
</style>
background-color css
<style>
a { background-color: #2B49CC; }
a { background-color: rgb(43,73,204); }
div.DivClassName
{
background-color: #2B49CC;
}
.BgClassName
{
background-color: #2B49CC;
}
</style>
border-color css
<style>
span { border-color: #2B49CC; }
span { border-color: rgb(43,73,204); }
td.TdClassName
{
border-color: #2B49CC;
}
.TagClassName
{
border-color: #2B49CC;
}
</style>