Shades of Cerulean Blue #2B4AA3
Tints of Cerulean Blue #2B4AA3
RGB
CMYK
RGB Variations
Color information
#2B4AA3 (or 0x2B4AA3) is known color: Cerulean Blue. HEX triplet: 2B, 4A and A3. RGB value is (43,74,163). Sum of RGB (Red+Green+Blue) = 43+74+163=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 163 (64.06% from 255 or 58.21% from 280); Max value from RGB is 163 - color contains mainly: blue. Hex color #2B4AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4AA3 is #D4B55C. Grayscale: #4A4A4A. Windows color (decimal): -13940061 or 10701355. OLE color: 10701355.
HSL color Cylindrical-coordinate representation of color #2B4AA3: hue angle of 224.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B4AA3 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 74 | 163 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.36 |
| HSL | 224.5º | 0.58% | 0.4% | - |
| HSV(B) | 224.5º | 0.74% | 0.64% | - |
| XYZ | 10.06 | 8.06 | 35.68 | - |
| YUV | 74.88 | 177.73 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 163 | 0.74 | 0.55 | 0 | 0.36 | 224.5 | 0.58 | 0.4 |
| Hex | 2B | 4A | A3 | 4A | 37 | 0 | 24 | E0 | 3A | 28 |
| Octal | 53 | 112 | 243 | 112 | 67 | 0 | 44 | 340 | 72 | 50 |
| Binary | 101011 | 1001010 | 10100011 | 1001010 | 110111 | 0 | 100100 | 11100000 | 111010 | 101000 |
Color Harmonies of #2B4AA3
Complementary color
Monochromatic Colors of #2B4AA3
Black with #2B4AA3
Text Example
Text Example
White with #2B4AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4AA3; }
p { color: rgb(43,74,163); }
H1.HeaderClassName
{
color: #2B4AA3;
}
.AnyTagClassName
{
color: #2B4AA3;
}
</style>
background-color css
<style>
a { background-color: #2B4AA3; }
a { background-color: rgb(43,74,163); }
div.DivClassName
{
background-color: #2B4AA3;
}
.BgClassName
{
background-color: #2B4AA3;
}
</style>
border-color css
<style>
span { border-color: #2B4AA3; }
span { border-color: rgb(43,74,163); }
td.TdClassName
{
border-color: #2B4AA3;
}
.TagClassName
{
border-color: #2B4AA3;
}
</style>