Shades of Cerulean Blue #2B64CB
Tints of Cerulean Blue #2B64CB
RGB
CMYK
RGB Variations
Color information
#2B64CB (or 0x2B64CB) is known color: Cerulean Blue. HEX triplet: 2B, 64 and CB. RGB value is (43,100,203). Sum of RGB (Red+Green+Blue) = 43+100+203=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B64CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B64CB is #D49B34. Grayscale: #5E5E5E. Windows color (decimal): -13933365 or 13329451. OLE color: 13329451.
HSL color Cylindrical-coordinate representation of color #2B64CB: hue angle of 218.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B64CB is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 100 | 203 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.20 |
| HSL | 218.63º | 0.65% | 0.48% | - |
| HSV(B) | 218.63º | 0.79% | 0.8% | - |
| XYZ | 16.33 | 13.94 | 58.33 | - |
| YUV | 94.7 | 189.12 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 203 | 0.79 | 0.51 | 0 | 0.20 | 218.63 | 0.65 | 0.48 |
| Hex | 2B | 64 | CB | 4F | 33 | 0 | 14 | DB | 41 | 30 |
| Octal | 53 | 144 | 313 | 117 | 63 | 0 | 24 | 333 | 101 | 60 |
| Binary | 101011 | 1100100 | 11001011 | 1001111 | 110011 | 0 | 10100 | 11011011 | 1000001 | 110000 |
Color Harmonies of #2B64CB
Complementary color
Monochromatic Colors of #2B64CB
Black with #2B64CB
Text Example
Text Example
White with #2B64CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B64CB; }
p { color: rgb(43,100,203); }
H1.HeaderClassName
{
color: #2B64CB;
}
.AnyTagClassName
{
color: #2B64CB;
}
</style>
background-color css
<style>
a { background-color: #2B64CB; }
a { background-color: rgb(43,100,203); }
div.DivClassName
{
background-color: #2B64CB;
}
.BgClassName
{
background-color: #2B64CB;
}
</style>
border-color css
<style>
span { border-color: #2B64CB; }
span { border-color: rgb(43,100,203); }
td.TdClassName
{
border-color: #2B64CB;
}
.TagClassName
{
border-color: #2B64CB;
}
</style>