Shades of Cerulean Blue #2B4CA2
Tints of Cerulean Blue #2B4CA2
RGB
CMYK
RGB Variations
Color information
#2B4CA2 (or 0x2B4CA2) is known color: Cerulean Blue. HEX triplet: 2B, 4C and A2. RGB value is (43,76,162). Sum of RGB (Red+Green+Blue) = 43+76+162=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 162 (63.67% from 255 or 57.65% from 281); Max value from RGB is 162 - color contains mainly: blue. Hex color #2B4CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4CA2 is #D4B35D. Grayscale: #4B4B4B. Windows color (decimal): -13939550 or 10636331. OLE color: 10636331.
HSL color Cylindrical-coordinate representation of color #2B4CA2: hue angle of 223.36º 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 #2B4CA2 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 76 | 162 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.36 |
| HSL | 223.36º | 0.58% | 0.4% | - |
| HSV(B) | 223.36º | 0.73% | 0.64% | - |
| XYZ | 10.1 | 8.29 | 35.25 | - |
| YUV | 75.94 | 176.57 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 162 | 0.73 | 0.53 | 0 | 0.36 | 223.36 | 0.58 | 0.4 |
| Hex | 2B | 4C | A2 | 49 | 35 | 0 | 24 | DF | 3A | 28 |
| Octal | 53 | 114 | 242 | 111 | 65 | 0 | 44 | 337 | 72 | 50 |
| Binary | 101011 | 1001100 | 10100010 | 1001001 | 110101 | 0 | 100100 | 11011111 | 111010 | 101000 |
Color Harmonies of #2B4CA2
Complementary color
Monochromatic Colors of #2B4CA2
Black with #2B4CA2
Text Example
Text Example
White with #2B4CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4CA2; }
p { color: rgb(43,76,162); }
H1.HeaderClassName
{
color: #2B4CA2;
}
.AnyTagClassName
{
color: #2B4CA2;
}
</style>
background-color css
<style>
a { background-color: #2B4CA2; }
a { background-color: rgb(43,76,162); }
div.DivClassName
{
background-color: #2B4CA2;
}
.BgClassName
{
background-color: #2B4CA2;
}
</style>
border-color css
<style>
span { border-color: #2B4CA2; }
span { border-color: rgb(43,76,162); }
td.TdClassName
{
border-color: #2B4CA2;
}
.TagClassName
{
border-color: #2B4CA2;
}
</style>