Shades of Cerulean Blue #2B4FB8
Tints of Cerulean Blue #2B4FB8
RGB
CMYK
RGB Variations
Color information
#2B4FB8 (or 0x2B4FB8) is known color: Cerulean Blue. HEX triplet: 2B, 4F and B8. RGB value is (43,79,184). Sum of RGB (Red+Green+Blue) = 43+79+184=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 184 (72.27% from 255 or 60.13% from 306); Max value from RGB is 184 - color contains mainly: blue. Hex color #2B4FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4FB8 is #D4B047. Grayscale: #4F4F4F. Windows color (decimal): -13938760 or 12078891. OLE color: 12078891.
HSL color Cylindrical-coordinate representation of color #2B4FB8: hue angle of 224.68º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B4FB8 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 79 | 184 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.28 |
| HSL | 224.68º | 0.62% | 0.45% | - |
| HSV(B) | 224.68º | 0.77% | 0.72% | - |
| XYZ | 12.44 | 9.57 | 46.54 | - |
| YUV | 80.21 | 186.57 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 79 | 184 | 0.77 | 0.57 | 0 | 0.28 | 224.68 | 0.62 | 0.45 |
| Hex | 2B | 4F | B8 | 4D | 39 | 0 | 1C | E1 | 3E | 2D |
| Octal | 53 | 117 | 270 | 115 | 71 | 0 | 34 | 341 | 76 | 55 |
| Binary | 101011 | 1001111 | 10111000 | 1001101 | 111001 | 0 | 11100 | 11100001 | 111110 | 101101 |
Color Harmonies of #2B4FB8
Complementary color
Monochromatic Colors of #2B4FB8
Black with #2B4FB8
Text Example
Text Example
White with #2B4FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4FB8; }
p { color: rgb(43,79,184); }
H1.HeaderClassName
{
color: #2B4FB8;
}
.AnyTagClassName
{
color: #2B4FB8;
}
</style>
background-color css
<style>
a { background-color: #2B4FB8; }
a { background-color: rgb(43,79,184); }
div.DivClassName
{
background-color: #2B4FB8;
}
.BgClassName
{
background-color: #2B4FB8;
}
</style>
border-color css
<style>
span { border-color: #2B4FB8; }
span { border-color: rgb(43,79,184); }
td.TdClassName
{
border-color: #2B4FB8;
}
.TagClassName
{
border-color: #2B4FB8;
}
</style>