Shades of Cerulean Blue #2B59BA
Tints of Cerulean Blue #2B59BA
RGB
CMYK
RGB Variations
Color information
#2B59BA (or 0x2B59BA) is known color: Cerulean Blue. HEX triplet: 2B, 59 and BA. RGB value is (43,89,186). Sum of RGB (Red+Green+Blue) = 43+89+186=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B59BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B59BA is #D4A645. Grayscale: #555555. Windows color (decimal): -13936198 or 12212523. OLE color: 12212523.
HSL color Cylindrical-coordinate representation of color #2B59BA: hue angle of 220.7º 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 #2B59BA is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 89 | 186 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.27 |
| HSL | 220.7º | 0.62% | 0.45% | - |
| HSV(B) | 220.7º | 0.77% | 0.73% | - |
| XYZ | 13.43 | 11.2 | 47.91 | - |
| YUV | 86.3 | 184.26 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 89 | 186 | 0.77 | 0.52 | 0 | 0.27 | 220.7 | 0.62 | 0.45 |
| Hex | 2B | 59 | BA | 4D | 34 | 0 | 1B | DD | 3E | 2D |
| Octal | 53 | 131 | 272 | 115 | 64 | 0 | 33 | 335 | 76 | 55 |
| Binary | 101011 | 1011001 | 10111010 | 1001101 | 110100 | 0 | 11011 | 11011101 | 111110 | 101101 |
Color Harmonies of #2B59BA
Complementary color
Monochromatic Colors of #2B59BA
Black with #2B59BA
Text Example
Text Example
White with #2B59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B59BA; }
p { color: rgb(43,89,186); }
H1.HeaderClassName
{
color: #2B59BA;
}
.AnyTagClassName
{
color: #2B59BA;
}
</style>
background-color css
<style>
a { background-color: #2B59BA; }
a { background-color: rgb(43,89,186); }
div.DivClassName
{
background-color: #2B59BA;
}
.BgClassName
{
background-color: #2B59BA;
}
</style>
border-color css
<style>
span { border-color: #2B59BA; }
span { border-color: rgb(43,89,186); }
td.TdClassName
{
border-color: #2B59BA;
}
.TagClassName
{
border-color: #2B59BA;
}
</style>