Shades of Cerulean Blue #2B4FB7
Tints of Cerulean Blue #2B4FB7
RGB
CMYK
RGB Variations
Color information
#2B4FB7 (or 0x2B4FB7) is known color: Cerulean Blue. HEX triplet: 2B, 4F and B7. RGB value is (43,79,183). Sum of RGB (Red+Green+Blue) = 43+79+183=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 183 (71.88% from 255 or 60% from 305); Max value from RGB is 183 - color contains mainly: blue. Hex color #2B4FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4FB7 is #D4B048. Grayscale: #4F4F4F. Windows color (decimal): -13938761 or 12013355. OLE color: 12013355.
HSL color Cylindrical-coordinate representation of color #2B4FB7: hue angle of 224.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B4FB7 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 79 | 183 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.28 |
| HSL | 224.57º | 0.62% | 0.44% | - |
| HSV(B) | 224.57º | 0.77% | 0.72% | - |
| XYZ | 12.34 | 9.52 | 45.99 | - |
| YUV | 80.09 | 186.07 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 79 | 183 | 0.77 | 0.57 | 0 | 0.28 | 224.57 | 0.62 | 0.44 |
| Hex | 2B | 4F | B7 | 4D | 39 | 0 | 1C | E1 | 3E | 2C |
| Octal | 53 | 117 | 267 | 115 | 71 | 0 | 34 | 341 | 76 | 54 |
| Binary | 101011 | 1001111 | 10110111 | 1001101 | 111001 | 0 | 11100 | 11100001 | 111110 | 101100 |
Color Harmonies of #2B4FB7
Complementary color
Monochromatic Colors of #2B4FB7
Black with #2B4FB7
Text Example
Text Example
White with #2B4FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4FB7; }
p { color: rgb(43,79,183); }
H1.HeaderClassName
{
color: #2B4FB7;
}
.AnyTagClassName
{
color: #2B4FB7;
}
</style>
background-color css
<style>
a { background-color: #2B4FB7; }
a { background-color: rgb(43,79,183); }
div.DivClassName
{
background-color: #2B4FB7;
}
.BgClassName
{
background-color: #2B4FB7;
}
</style>
border-color css
<style>
span { border-color: #2B4FB7; }
span { border-color: rgb(43,79,183); }
td.TdClassName
{
border-color: #2B4FB7;
}
.TagClassName
{
border-color: #2B4FB7;
}
</style>