Shades of Cerulean Blue #2B5BC1
Tints of Cerulean Blue #2B5BC1
RGB
CMYK
RGB Variations
Color information
#2B5BC1 (or 0x2B5BC1) is known color: Cerulean Blue. HEX triplet: 2B, 5B and C1. RGB value is (43,91,193). Sum of RGB (Red+Green+Blue) = 43+91+193=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #2B5BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5BC1 is #D4A43E. Grayscale: #575757. Windows color (decimal): -13935679 or 12671787. OLE color: 12671787.
HSL color Cylindrical-coordinate representation of color #2B5BC1: hue angle of 220.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B5BC1 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 91 | 193 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.24 |
| HSL | 220.8º | 0.64% | 0.46% | - |
| HSV(B) | 220.8º | 0.78% | 0.76% | - |
| XYZ | 14.36 | 11.85 | 51.98 | - |
| YUV | 88.28 | 187.1 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 91 | 193 | 0.78 | 0.53 | 0 | 0.24 | 220.8 | 0.64 | 0.46 |
| Hex | 2B | 5B | C1 | 4E | 35 | 0 | 18 | DD | 40 | 2E |
| Octal | 53 | 133 | 301 | 116 | 65 | 0 | 30 | 335 | 100 | 56 |
| Binary | 101011 | 1011011 | 11000001 | 1001110 | 110101 | 0 | 11000 | 11011101 | 1000000 | 101110 |
Color Harmonies of #2B5BC1
Complementary color
Monochromatic Colors of #2B5BC1
Black with #2B5BC1
Text Example
Text Example
White with #2B5BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5BC1; }
p { color: rgb(43,91,193); }
H1.HeaderClassName
{
color: #2B5BC1;
}
.AnyTagClassName
{
color: #2B5BC1;
}
</style>
background-color css
<style>
a { background-color: #2B5BC1; }
a { background-color: rgb(43,91,193); }
div.DivClassName
{
background-color: #2B5BC1;
}
.BgClassName
{
background-color: #2B5BC1;
}
</style>
border-color css
<style>
span { border-color: #2B5BC1; }
span { border-color: rgb(43,91,193); }
td.TdClassName
{
border-color: #2B5BC1;
}
.TagClassName
{
border-color: #2B5BC1;
}
</style>