Shades of Cerulean Blue #2B59BC
Tints of Cerulean Blue #2B59BC
RGB
CMYK
RGB Variations
Color information
#2B59BC (or 0x2B59BC) is known color: Cerulean Blue. HEX triplet: 2B, 59 and BC. RGB value is (43,89,188). Sum of RGB (Red+Green+Blue) = 43+89+188=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B59BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B59BC is #D4A643. Grayscale: #565656. Windows color (decimal): -13936196 or 12343595. OLE color: 12343595.
HSL color Cylindrical-coordinate representation of color #2B59BC: hue angle of 220.97º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B59BC is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 89 | 188 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.26 |
| HSL | 220.97º | 0.63% | 0.45% | - |
| HSV(B) | 220.97º | 0.77% | 0.74% | - |
| XYZ | 13.65 | 11.29 | 49.04 | - |
| YUV | 86.53 | 185.26 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 89 | 188 | 0.77 | 0.53 | 0 | 0.26 | 220.97 | 0.63 | 0.45 |
| Hex | 2B | 59 | BC | 4D | 35 | 0 | 1A | DD | 3F | 2D |
| Octal | 53 | 131 | 274 | 115 | 65 | 0 | 32 | 335 | 77 | 55 |
| Binary | 101011 | 1011001 | 10111100 | 1001101 | 110101 | 0 | 11010 | 11011101 | 111111 | 101101 |
Color Harmonies of #2B59BC
Complementary color
Monochromatic Colors of #2B59BC
Black with #2B59BC
Text Example
Text Example
White with #2B59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B59BC; }
p { color: rgb(43,89,188); }
H1.HeaderClassName
{
color: #2B59BC;
}
.AnyTagClassName
{
color: #2B59BC;
}
</style>
background-color css
<style>
a { background-color: #2B59BC; }
a { background-color: rgb(43,89,188); }
div.DivClassName
{
background-color: #2B59BC;
}
.BgClassName
{
background-color: #2B59BC;
}
</style>
border-color css
<style>
span { border-color: #2B59BC; }
span { border-color: rgb(43,89,188); }
td.TdClassName
{
border-color: #2B59BC;
}
.TagClassName
{
border-color: #2B59BC;
}
</style>