Shades of Cerulean Blue #2B49DA
Tints of Cerulean Blue #2B49DA
RGB
CMYK
RGB Variations
Color information
#2B49DA (or 0x2B49DA) is known color: Cerulean Blue. HEX triplet: 2B, 49 and DA. RGB value is (43,73,218). Sum of RGB (Red+Green+Blue) = 43+73+218=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B49DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B49DA is #D4B625. Grayscale: #4F4F4F. Windows color (decimal): -13940262 or 14305579. OLE color: 14305579.
HSL color Cylindrical-coordinate representation of color #2B49DA: hue angle of 229.71º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B49DA is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 73 | 218 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.15 |
| HSL | 229.71º | 0.7% | 0.51% | - |
| HSV(B) | 229.71º | 0.8% | 0.85% | - |
| XYZ | 16.03 | 10.34 | 67.48 | - |
| YUV | 80.56 | 205.56 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 218 | 0.80 | 0.67 | 0 | 0.15 | 229.71 | 0.7 | 0.51 |
| Hex | 2B | 49 | DA | 50 | 43 | 0 | F | E6 | 46 | 33 |
| Octal | 53 | 111 | 332 | 120 | 103 | 0 | 17 | 346 | 106 | 63 |
| Binary | 101011 | 1001001 | 11011010 | 1010000 | 1000011 | 0 | 1111 | 11100110 | 1000110 | 110011 |
Color Harmonies of #2B49DA
Complementary color
Monochromatic Colors of #2B49DA
Black with #2B49DA
Text Example
Text Example
White with #2B49DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B49DA; }
p { color: rgb(43,73,218); }
H1.HeaderClassName
{
color: #2B49DA;
}
.AnyTagClassName
{
color: #2B49DA;
}
</style>
background-color css
<style>
a { background-color: #2B49DA; }
a { background-color: rgb(43,73,218); }
div.DivClassName
{
background-color: #2B49DA;
}
.BgClassName
{
background-color: #2B49DA;
}
</style>
border-color css
<style>
span { border-color: #2B49DA; }
span { border-color: rgb(43,73,218); }
td.TdClassName
{
border-color: #2B49DA;
}
.TagClassName
{
border-color: #2B49DA;
}
</style>