Shades of Cerulean Blue #2B4FBA
Tints of Cerulean Blue #2B4FBA
RGB
CMYK
RGB Variations
Color information
#2B4FBA (or 0x2B4FBA) is known color: Cerulean Blue. HEX triplet: 2B, 4F and BA. RGB value is (43,79,186). Sum of RGB (Red+Green+Blue) = 43+79+186=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B4FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4FBA is #D4B045. Grayscale: #4F4F4F. Windows color (decimal): -13938758 or 12209963. OLE color: 12209963.
HSL color Cylindrical-coordinate representation of color #2B4FBA: hue angle of 224.9º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B4FBA is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 79 | 186 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.27 |
| HSL | 224.9º | 0.62% | 0.45% | - |
| HSV(B) | 224.9º | 0.77% | 0.73% | - |
| XYZ | 12.66 | 9.65 | 47.65 | - |
| YUV | 80.43 | 187.57 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 79 | 186 | 0.77 | 0.58 | 0 | 0.27 | 224.9 | 0.62 | 0.45 |
| Hex | 2B | 4F | BA | 4D | 3A | 0 | 1B | E1 | 3E | 2D |
| Octal | 53 | 117 | 272 | 115 | 72 | 0 | 33 | 341 | 76 | 55 |
| Binary | 101011 | 1001111 | 10111010 | 1001101 | 111010 | 0 | 11011 | 11100001 | 111110 | 101101 |
Color Harmonies of #2B4FBA
Complementary color
Monochromatic Colors of #2B4FBA
Black with #2B4FBA
Text Example
Text Example
White with #2B4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4FBA; }
p { color: rgb(43,79,186); }
H1.HeaderClassName
{
color: #2B4FBA;
}
.AnyTagClassName
{
color: #2B4FBA;
}
</style>
background-color css
<style>
a { background-color: #2B4FBA; }
a { background-color: rgb(43,79,186); }
div.DivClassName
{
background-color: #2B4FBA;
}
.BgClassName
{
background-color: #2B4FBA;
}
</style>
border-color css
<style>
span { border-color: #2B4FBA; }
span { border-color: rgb(43,79,186); }
td.TdClassName
{
border-color: #2B4FBA;
}
.TagClassName
{
border-color: #2B4FBA;
}
</style>