Shades of Cerulean Blue #2B4EA2
Tints of Cerulean Blue #2B4EA2
RGB
CMYK
RGB Variations
Color information
#2B4EA2 (or 0x2B4EA2) is known color: Cerulean Blue. HEX triplet: 2B, 4E and A2. RGB value is (43,78,162). Sum of RGB (Red+Green+Blue) = 43+78+162=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 162 (63.67% from 255 or 57.24% from 283); Max value from RGB is 162 - color contains mainly: blue. Hex color #2B4EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B4EA2 is #D4B15D. Grayscale: #4C4C4C. Windows color (decimal): -13939038 or 10636843. OLE color: 10636843.
HSL color Cylindrical-coordinate representation of color #2B4EA2: hue angle of 222.35º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B4EA2 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 78 | 162 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.36 |
| HSL | 222.35º | 0.58% | 0.4% | - |
| HSV(B) | 222.35º | 0.73% | 0.64% | - |
| XYZ | 10.24 | 8.57 | 35.3 | - |
| YUV | 77.11 | 175.9 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 162 | 0.73 | 0.52 | 0 | 0.36 | 222.35 | 0.58 | 0.4 |
| Hex | 2B | 4E | A2 | 49 | 34 | 0 | 24 | DE | 3A | 28 |
| Octal | 53 | 116 | 242 | 111 | 64 | 0 | 44 | 336 | 72 | 50 |
| Binary | 101011 | 1001110 | 10100010 | 1001001 | 110100 | 0 | 100100 | 11011110 | 111010 | 101000 |
Color Harmonies of #2B4EA2
Complementary color
Monochromatic Colors of #2B4EA2
Black with #2B4EA2
Text Example
Text Example
White with #2B4EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4EA2; }
p { color: rgb(43,78,162); }
H1.HeaderClassName
{
color: #2B4EA2;
}
.AnyTagClassName
{
color: #2B4EA2;
}
</style>
background-color css
<style>
a { background-color: #2B4EA2; }
a { background-color: rgb(43,78,162); }
div.DivClassName
{
background-color: #2B4EA2;
}
.BgClassName
{
background-color: #2B4EA2;
}
</style>
border-color css
<style>
span { border-color: #2B4EA2; }
span { border-color: rgb(43,78,162); }
td.TdClassName
{
border-color: #2B4EA2;
}
.TagClassName
{
border-color: #2B4EA2;
}
</style>