Shades of Cerulean Blue #2B68CB
Tints of Cerulean Blue #2B68CB
RGB
CMYK
RGB Variations
Color information
#2B68CB (or 0x2B68CB) is known color: Cerulean Blue. HEX triplet: 2B, 68 and CB. RGB value is (43,104,203). Sum of RGB (Red+Green+Blue) = 43+104+203=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B68CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B68CB is #D49734. Grayscale: #606060. Windows color (decimal): -13932341 or 13330475. OLE color: 13330475.
HSL color Cylindrical-coordinate representation of color #2B68CB: hue angle of 217.12º 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 #2B68CB is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 104 | 203 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.20 |
| HSL | 217.13º | 0.65% | 0.48% | - |
| HSV(B) | 217.13º | 0.79% | 0.8% | - |
| XYZ | 16.73 | 14.73 | 58.46 | - |
| YUV | 97.05 | 187.79 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 203 | 0.79 | 0.49 | 0 | 0.20 | 217.13 | 0.65 | 0.48 |
| Hex | 2B | 68 | CB | 4F | 31 | 0 | 14 | D9 | 41 | 30 |
| Octal | 53 | 150 | 313 | 117 | 61 | 0 | 24 | 331 | 101 | 60 |
| Binary | 101011 | 1101000 | 11001011 | 1001111 | 110001 | 0 | 10100 | 11011001 | 1000001 | 110000 |
Color Harmonies of #2B68CB
Complementary color
Monochromatic Colors of #2B68CB
Black with #2B68CB
Text Example
Text Example
White with #2B68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B68CB; }
p { color: rgb(43,104,203); }
H1.HeaderClassName
{
color: #2B68CB;
}
.AnyTagClassName
{
color: #2B68CB;
}
</style>
background-color css
<style>
a { background-color: #2B68CB; }
a { background-color: rgb(43,104,203); }
div.DivClassName
{
background-color: #2B68CB;
}
.BgClassName
{
background-color: #2B68CB;
}
</style>
border-color css
<style>
span { border-color: #2B68CB; }
span { border-color: rgb(43,104,203); }
td.TdClassName
{
border-color: #2B68CB;
}
.TagClassName
{
border-color: #2B68CB;
}
</style>