Shades of Cerulean Blue #2B4CDA
Tints of Cerulean Blue #2B4CDA
RGB
CMYK
RGB Variations
Color information
#2B4CDA (or 0x2B4CDA) is known color: Cerulean Blue. HEX triplet: 2B, 4C and DA. RGB value is (43,76,218). Sum of RGB (Red+Green+Blue) = 43+76+218=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B4CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4CDA is #D4B325. Grayscale: #515151. Windows color (decimal): -13939494 or 14306347. OLE color: 14306347.
HSL color Cylindrical-coordinate representation of color #2B4CDA: hue angle of 228.69º 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 #2B4CDA is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 76 | 218 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.15 |
| HSL | 228.69º | 0.7% | 0.51% | - |
| HSV(B) | 228.69º | 0.8% | 0.85% | - |
| XYZ | 16.24 | 10.74 | 67.55 | - |
| YUV | 82.32 | 204.57 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 218 | 0.80 | 0.65 | 0 | 0.15 | 228.69 | 0.7 | 0.51 |
| Hex | 2B | 4C | DA | 50 | 41 | 0 | F | E5 | 46 | 33 |
| Octal | 53 | 114 | 332 | 120 | 101 | 0 | 17 | 345 | 106 | 63 |
| Binary | 101011 | 1001100 | 11011010 | 1010000 | 1000001 | 0 | 1111 | 11100101 | 1000110 | 110011 |
Color Harmonies of #2B4CDA
Complementary color
Monochromatic Colors of #2B4CDA
Black with #2B4CDA
Text Example
Text Example
White with #2B4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4CDA; }
p { color: rgb(43,76,218); }
H1.HeaderClassName
{
color: #2B4CDA;
}
.AnyTagClassName
{
color: #2B4CDA;
}
</style>
background-color css
<style>
a { background-color: #2B4CDA; }
a { background-color: rgb(43,76,218); }
div.DivClassName
{
background-color: #2B4CDA;
}
.BgClassName
{
background-color: #2B4CDA;
}
</style>
border-color css
<style>
span { border-color: #2B4CDA; }
span { border-color: rgb(43,76,218); }
td.TdClassName
{
border-color: #2B4CDA;
}
.TagClassName
{
border-color: #2B4CDA;
}
</style>