Shades of Cerulean Blue #2B4ACE
Tints of Cerulean Blue #2B4ACE
RGB
CMYK
RGB Variations
Color information
#2B4ACE (or 0x2B4ACE) is known color: Cerulean Blue. HEX triplet: 2B, 4A and CE. RGB value is (43,74,206). Sum of RGB (Red+Green+Blue) = 43+74+206=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B4ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4ACE is #D4B531. Grayscale: #4F4F4F. Windows color (decimal): -13940018 or 13519403. OLE color: 13519403.
HSL color Cylindrical-coordinate representation of color #2B4ACE: hue angle of 228.59º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B4ACE is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 74 | 206 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.19 |
| HSL | 228.59º | 0.65% | 0.49% | - |
| HSV(B) | 228.59º | 0.79% | 0.81% | - |
| XYZ | 14.59 | 9.87 | 59.53 | - |
| YUV | 79.78 | 199.23 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 206 | 0.79 | 0.64 | 0 | 0.19 | 228.59 | 0.65 | 0.49 |
| Hex | 2B | 4A | CE | 4F | 40 | 0 | 13 | E5 | 41 | 31 |
| Octal | 53 | 112 | 316 | 117 | 100 | 0 | 23 | 345 | 101 | 61 |
| Binary | 101011 | 1001010 | 11001110 | 1001111 | 1000000 | 0 | 10011 | 11100101 | 1000001 | 110001 |
Color Harmonies of #2B4ACE
Complementary color
Monochromatic Colors of #2B4ACE
Black with #2B4ACE
Text Example
Text Example
White with #2B4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4ACE; }
p { color: rgb(43,74,206); }
H1.HeaderClassName
{
color: #2B4ACE;
}
.AnyTagClassName
{
color: #2B4ACE;
}
</style>
background-color css
<style>
a { background-color: #2B4ACE; }
a { background-color: rgb(43,74,206); }
div.DivClassName
{
background-color: #2B4ACE;
}
.BgClassName
{
background-color: #2B4ACE;
}
</style>
border-color css
<style>
span { border-color: #2B4ACE; }
span { border-color: rgb(43,74,206); }
td.TdClassName
{
border-color: #2B4ACE;
}
.TagClassName
{
border-color: #2B4ACE;
}
</style>