Shades of Cerulean Blue #2B4AAC
Tints of Cerulean Blue #2B4AAC
RGB
CMYK
RGB Variations
Color information
#2B4AAC (or 0x2B4AAC) is known color: Cerulean Blue. HEX triplet: 2B, 4A and AC. RGB value is (43,74,172). Sum of RGB (Red+Green+Blue) = 43+74+172=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B4AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4AAC is #D4B553. Grayscale: #4B4B4B. Windows color (decimal): -13940052 or 11291179. OLE color: 11291179.
HSL color Cylindrical-coordinate representation of color #2B4AAC: hue angle of 225.58º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B4AAC is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 74 | 172 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.33 |
| HSL | 225.58º | 0.6% | 0.42% | - |
| HSV(B) | 225.58º | 0.75% | 0.67% | - |
| XYZ | 10.89 | 8.39 | 40.08 | - |
| YUV | 75.9 | 182.23 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 172 | 0.75 | 0.57 | 0 | 0.33 | 225.58 | 0.6 | 0.42 |
| Hex | 2B | 4A | AC | 4B | 39 | 0 | 21 | E2 | 3C | 2A |
| Octal | 53 | 112 | 254 | 113 | 71 | 0 | 41 | 342 | 74 | 52 |
| Binary | 101011 | 1001010 | 10101100 | 1001011 | 111001 | 0 | 100001 | 11100010 | 111100 | 101010 |
Color Harmonies of #2B4AAC
Complementary color
Monochromatic Colors of #2B4AAC
Black with #2B4AAC
Text Example
Text Example
White with #2B4AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4AAC; }
p { color: rgb(43,74,172); }
H1.HeaderClassName
{
color: #2B4AAC;
}
.AnyTagClassName
{
color: #2B4AAC;
}
</style>
background-color css
<style>
a { background-color: #2B4AAC; }
a { background-color: rgb(43,74,172); }
div.DivClassName
{
background-color: #2B4AAC;
}
.BgClassName
{
background-color: #2B4AAC;
}
</style>
border-color css
<style>
span { border-color: #2B4AAC; }
span { border-color: rgb(43,74,172); }
td.TdClassName
{
border-color: #2B4AAC;
}
.TagClassName
{
border-color: #2B4AAC;
}
</style>