Shades of Cerulean Blue #2B4DC0
Tints of Cerulean Blue #2B4DC0
RGB
CMYK
RGB Variations
Color information
#2B4DC0 (or 0x2B4DC0) is known color: Cerulean Blue. HEX triplet: 2B, 4D and C0. RGB value is (43,77,192). Sum of RGB (Red+Green+Blue) = 43+77+192=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 192 (75.39% from 255 or 61.54% from 312); Max value from RGB is 192 - color contains mainly: blue. Hex color #2B4DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4DC0 is #D4B23F. Grayscale: #4F4F4F. Windows color (decimal): -13939264 or 12602667. OLE color: 12602667.
HSL color Cylindrical-coordinate representation of color #2B4DC0: hue angle of 226.31º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B4DC0 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 77 | 192 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.25 |
| HSL | 226.31º | 0.63% | 0.46% | - |
| HSV(B) | 226.31º | 0.78% | 0.75% | - |
| XYZ | 13.16 | 9.63 | 51.03 | - |
| YUV | 79.94 | 191.24 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 192 | 0.78 | 0.60 | 0 | 0.25 | 226.31 | 0.63 | 0.46 |
| Hex | 2B | 4D | C0 | 4E | 3C | 0 | 19 | E2 | 3F | 2E |
| Octal | 53 | 115 | 300 | 116 | 74 | 0 | 31 | 342 | 77 | 56 |
| Binary | 101011 | 1001101 | 11000000 | 1001110 | 111100 | 0 | 11001 | 11100010 | 111111 | 101110 |
Color Harmonies of #2B4DC0
Complementary color
Monochromatic Colors of #2B4DC0
Black with #2B4DC0
Text Example
Text Example
White with #2B4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4DC0; }
p { color: rgb(43,77,192); }
H1.HeaderClassName
{
color: #2B4DC0;
}
.AnyTagClassName
{
color: #2B4DC0;
}
</style>
background-color css
<style>
a { background-color: #2B4DC0; }
a { background-color: rgb(43,77,192); }
div.DivClassName
{
background-color: #2B4DC0;
}
.BgClassName
{
background-color: #2B4DC0;
}
</style>
border-color css
<style>
span { border-color: #2B4DC0; }
span { border-color: rgb(43,77,192); }
td.TdClassName
{
border-color: #2B4DC0;
}
.TagClassName
{
border-color: #2B4DC0;
}
</style>