Shades of Cerulean Blue #2B4BA4
Tints of Cerulean Blue #2B4BA4
RGB
CMYK
RGB Variations
Color information
#2B4BA4 (or 0x2B4BA4) is known color: Cerulean Blue. HEX triplet: 2B, 4B and A4. RGB value is (43,75,164). Sum of RGB (Red+Green+Blue) = 43+75+164=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 164 (64.45% from 255 or 58.16% from 282); Max value from RGB is 164 - color contains mainly: blue. Hex color #2B4BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4BA4 is #D4B45B. Grayscale: #4B4B4B. Windows color (decimal): -13939804 or 10767147. OLE color: 10767147.
HSL color Cylindrical-coordinate representation of color #2B4BA4: hue angle of 224.13º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B4BA4 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 75 | 164 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.36 |
| HSL | 224.13º | 0.58% | 0.41% | - |
| HSV(B) | 224.13º | 0.74% | 0.64% | - |
| XYZ | 10.21 | 8.23 | 36.17 | - |
| YUV | 75.58 | 177.9 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 75 | 164 | 0.74 | 0.54 | 0 | 0.36 | 224.13 | 0.58 | 0.41 |
| Hex | 2B | 4B | A4 | 4A | 36 | 0 | 24 | E0 | 3A | 29 |
| Octal | 53 | 113 | 244 | 112 | 66 | 0 | 44 | 340 | 72 | 51 |
| Binary | 101011 | 1001011 | 10100100 | 1001010 | 110110 | 0 | 100100 | 11100000 | 111010 | 101001 |
Color Harmonies of #2B4BA4
Complementary color
Monochromatic Colors of #2B4BA4
Black with #2B4BA4
Text Example
Text Example
White with #2B4BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4BA4; }
p { color: rgb(43,75,164); }
H1.HeaderClassName
{
color: #2B4BA4;
}
.AnyTagClassName
{
color: #2B4BA4;
}
</style>
background-color css
<style>
a { background-color: #2B4BA4; }
a { background-color: rgb(43,75,164); }
div.DivClassName
{
background-color: #2B4BA4;
}
.BgClassName
{
background-color: #2B4BA4;
}
</style>
border-color css
<style>
span { border-color: #2B4BA4; }
span { border-color: rgb(43,75,164); }
td.TdClassName
{
border-color: #2B4BA4;
}
.TagClassName
{
border-color: #2B4BA4;
}
</style>