Shades of Cerulean Blue #2B4CA5
Tints of Cerulean Blue #2B4CA5
RGB
CMYK
RGB Variations
Color information
#2B4CA5 (or 0x2B4CA5) is known color: Cerulean Blue. HEX triplet: 2B, 4C and A5. RGB value is (43,76,165). Sum of RGB (Red+Green+Blue) = 43+76+165=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 165 (64.84% from 255 or 58.10% from 284); Max value from RGB is 165 - color contains mainly: blue. Hex color #2B4CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4CA5 is #D4B35A. Grayscale: #4B4B4B. Windows color (decimal): -13939547 or 10832939. OLE color: 10832939.
HSL color Cylindrical-coordinate representation of color #2B4CA5: hue angle of 223.77º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B4CA5 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 76 | 165 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.35 |
| HSL | 223.77º | 0.59% | 0.41% | - |
| HSV(B) | 223.77º | 0.74% | 0.65% | - |
| XYZ | 10.37 | 8.4 | 36.67 | - |
| YUV | 76.28 | 178.07 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 165 | 0.74 | 0.54 | 0 | 0.35 | 223.77 | 0.59 | 0.41 |
| Hex | 2B | 4C | A5 | 4A | 36 | 0 | 23 | E0 | 3B | 29 |
| Octal | 53 | 114 | 245 | 112 | 66 | 0 | 43 | 340 | 73 | 51 |
| Binary | 101011 | 1001100 | 10100101 | 1001010 | 110110 | 0 | 100011 | 11100000 | 111011 | 101001 |
Color Harmonies of #2B4CA5
Complementary color
Monochromatic Colors of #2B4CA5
Black with #2B4CA5
Text Example
Text Example
White with #2B4CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4CA5; }
p { color: rgb(43,76,165); }
H1.HeaderClassName
{
color: #2B4CA5;
}
.AnyTagClassName
{
color: #2B4CA5;
}
</style>
background-color css
<style>
a { background-color: #2B4CA5; }
a { background-color: rgb(43,76,165); }
div.DivClassName
{
background-color: #2B4CA5;
}
.BgClassName
{
background-color: #2B4CA5;
}
</style>
border-color css
<style>
span { border-color: #2B4CA5; }
span { border-color: rgb(43,76,165); }
td.TdClassName
{
border-color: #2B4CA5;
}
.TagClassName
{
border-color: #2B4CA5;
}
</style>