Shades of Cerulean Blue #2B4ACB
Tints of Cerulean Blue #2B4ACB
RGB
CMYK
RGB Variations
Color information
#2B4ACB (or 0x2B4ACB) is known color: Cerulean Blue. HEX triplet: 2B, 4A and CB. RGB value is (43,74,203). Sum of RGB (Red+Green+Blue) = 43+74+203=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B4ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4ACB is #D4B534. Grayscale: #4E4E4E. Windows color (decimal): -13940021 or 13322795. OLE color: 13322795.
HSL color Cylindrical-coordinate representation of color #2B4ACB: hue angle of 228.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B4ACB is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 74 | 203 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.20 |
| HSL | 228.38º | 0.65% | 0.48% | - |
| HSV(B) | 228.38º | 0.79% | 0.8% | - |
| XYZ | 14.22 | 9.72 | 57.63 | - |
| YUV | 79.44 | 197.73 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 203 | 0.79 | 0.64 | 0 | 0.20 | 228.38 | 0.65 | 0.48 |
| Hex | 2B | 4A | CB | 4F | 40 | 0 | 14 | E4 | 41 | 30 |
| Octal | 53 | 112 | 313 | 117 | 100 | 0 | 24 | 344 | 101 | 60 |
| Binary | 101011 | 1001010 | 11001011 | 1001111 | 1000000 | 0 | 10100 | 11100100 | 1000001 | 110000 |
Color Harmonies of #2B4ACB
Complementary color
Monochromatic Colors of #2B4ACB
Black with #2B4ACB
Text Example
Text Example
White with #2B4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4ACB; }
p { color: rgb(43,74,203); }
H1.HeaderClassName
{
color: #2B4ACB;
}
.AnyTagClassName
{
color: #2B4ACB;
}
</style>
background-color css
<style>
a { background-color: #2B4ACB; }
a { background-color: rgb(43,74,203); }
div.DivClassName
{
background-color: #2B4ACB;
}
.BgClassName
{
background-color: #2B4ACB;
}
</style>
border-color css
<style>
span { border-color: #2B4ACB; }
span { border-color: rgb(43,74,203); }
td.TdClassName
{
border-color: #2B4ACB;
}
.TagClassName
{
border-color: #2B4ACB;
}
</style>