Shades of Cerulean Blue #2B63BA
Tints of Cerulean Blue #2B63BA
RGB
CMYK
RGB Variations
Color information
#2B63BA (or 0x2B63BA) is known color: Cerulean Blue. HEX triplet: 2B, 63 and BA. RGB value is (43,99,186). Sum of RGB (Red+Green+Blue) = 43+99+186=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B63BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B63BA is #D49C45. Grayscale: #5B5B5B. Windows color (decimal): -13933638 or 12215083. OLE color: 12215083.
HSL color Cylindrical-coordinate representation of color #2B63BA: hue angle of 216.5º 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 #2B63BA is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 99 | 186 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.27 |
| HSL | 216.5º | 0.62% | 0.45% | - |
| HSV(B) | 216.5º | 0.77% | 0.73% | - |
| XYZ | 14.32 | 12.98 | 48.21 | - |
| YUV | 92.17 | 180.95 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 186 | 0.77 | 0.47 | 0 | 0.27 | 216.5 | 0.62 | 0.45 |
| Hex | 2B | 63 | BA | 4D | 2F | 0 | 1B | D9 | 3E | 2D |
| Octal | 53 | 143 | 272 | 115 | 57 | 0 | 33 | 331 | 76 | 55 |
| Binary | 101011 | 1100011 | 10111010 | 1001101 | 101111 | 0 | 11011 | 11011001 | 111110 | 101101 |
Color Harmonies of #2B63BA
Complementary color
Monochromatic Colors of #2B63BA
Black with #2B63BA
Text Example
Text Example
White with #2B63BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B63BA; }
p { color: rgb(43,99,186); }
H1.HeaderClassName
{
color: #2B63BA;
}
.AnyTagClassName
{
color: #2B63BA;
}
</style>
background-color css
<style>
a { background-color: #2B63BA; }
a { background-color: rgb(43,99,186); }
div.DivClassName
{
background-color: #2B63BA;
}
.BgClassName
{
background-color: #2B63BA;
}
</style>
border-color css
<style>
span { border-color: #2B63BA; }
span { border-color: rgb(43,99,186); }
td.TdClassName
{
border-color: #2B63BA;
}
.TagClassName
{
border-color: #2B63BA;
}
</style>