Shades of Cerulean Blue #2B64BA
Tints of Cerulean Blue #2B64BA
RGB
CMYK
RGB Variations
Color information
#2B64BA (or 0x2B64BA) is known color: Cerulean Blue. HEX triplet: 2B, 64 and BA. RGB value is (43,100,186). Sum of RGB (Red+Green+Blue) = 43+100+186=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B64BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B64BA is #D49B45. Grayscale: #5C5C5C. Windows color (decimal): -13933382 or 12215339. OLE color: 12215339.
HSL color Cylindrical-coordinate representation of color #2B64BA: hue angle of 216.08º 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 #2B64BA is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 100 | 186 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.27 |
| HSL | 216.08º | 0.62% | 0.45% | - |
| HSV(B) | 216.08º | 0.77% | 0.73% | - |
| XYZ | 14.42 | 13.17 | 48.24 | - |
| YUV | 92.76 | 180.62 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 186 | 0.77 | 0.46 | 0 | 0.27 | 216.08 | 0.62 | 0.45 |
| Hex | 2B | 64 | BA | 4D | 2E | 0 | 1B | D8 | 3E | 2D |
| Octal | 53 | 144 | 272 | 115 | 56 | 0 | 33 | 330 | 76 | 55 |
| Binary | 101011 | 1100100 | 10111010 | 1001101 | 101110 | 0 | 11011 | 11011000 | 111110 | 101101 |
Color Harmonies of #2B64BA
Complementary color
Monochromatic Colors of #2B64BA
Black with #2B64BA
Text Example
Text Example
White with #2B64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B64BA; }
p { color: rgb(43,100,186); }
H1.HeaderClassName
{
color: #2B64BA;
}
.AnyTagClassName
{
color: #2B64BA;
}
</style>
background-color css
<style>
a { background-color: #2B64BA; }
a { background-color: rgb(43,100,186); }
div.DivClassName
{
background-color: #2B64BA;
}
.BgClassName
{
background-color: #2B64BA;
}
</style>
border-color css
<style>
span { border-color: #2B64BA; }
span { border-color: rgb(43,100,186); }
td.TdClassName
{
border-color: #2B64BA;
}
.TagClassName
{
border-color: #2B64BA;
}
</style>