Shades of Cerulean Blue #2B4CAE
Tints of Cerulean Blue #2B4CAE
RGB
CMYK
RGB Variations
Color information
#2B4CAE (or 0x2B4CAE) is known color: Cerulean Blue. HEX triplet: 2B, 4C and AE. RGB value is (43,76,174). Sum of RGB (Red+Green+Blue) = 43+76+174=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B4CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4CAE is #D4B351. Grayscale: #4C4C4C. Windows color (decimal): -13939538 or 11422763. OLE color: 11422763.
HSL color Cylindrical-coordinate representation of color #2B4CAE: hue angle of 224.89º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B4CAE is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 76 | 174 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.32 |
| HSL | 224.89º | 0.6% | 0.43% | - |
| HSV(B) | 224.89º | 0.75% | 0.68% | - |
| XYZ | 11.22 | 8.74 | 41.14 | - |
| YUV | 77.31 | 182.57 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 174 | 0.75 | 0.56 | 0 | 0.32 | 224.89 | 0.6 | 0.43 |
| Hex | 2B | 4C | AE | 4B | 38 | 0 | 20 | E1 | 3C | 2B |
| Octal | 53 | 114 | 256 | 113 | 70 | 0 | 40 | 341 | 74 | 53 |
| Binary | 101011 | 1001100 | 10101110 | 1001011 | 111000 | 0 | 100000 | 11100001 | 111100 | 101011 |
Color Harmonies of #2B4CAE
Complementary color
Monochromatic Colors of #2B4CAE
Black with #2B4CAE
Text Example
Text Example
White with #2B4CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4CAE; }
p { color: rgb(43,76,174); }
H1.HeaderClassName
{
color: #2B4CAE;
}
.AnyTagClassName
{
color: #2B4CAE;
}
</style>
background-color css
<style>
a { background-color: #2B4CAE; }
a { background-color: rgb(43,76,174); }
div.DivClassName
{
background-color: #2B4CAE;
}
.BgClassName
{
background-color: #2B4CAE;
}
</style>
border-color css
<style>
span { border-color: #2B4CAE; }
span { border-color: rgb(43,76,174); }
td.TdClassName
{
border-color: #2B4CAE;
}
.TagClassName
{
border-color: #2B4CAE;
}
</style>