Shades of Cerulean Blue #2B62BC
Tints of Cerulean Blue #2B62BC
RGB
CMYK
RGB Variations
Color information
#2B62BC (or 0x2B62BC) is known color: Cerulean Blue. HEX triplet: 2B, 62 and BC. RGB value is (43,98,188). Sum of RGB (Red+Green+Blue) = 43+98+188=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B62BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B62BC is #D49D43. Grayscale: #5B5B5B. Windows color (decimal): -13933892 or 12345899. OLE color: 12345899.
HSL color Cylindrical-coordinate representation of color #2B62BC: hue angle of 217.24º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B62BC is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 98 | 188 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.26 |
| HSL | 217.24º | 0.63% | 0.45% | - |
| HSV(B) | 217.24º | 0.77% | 0.74% | - |
| XYZ | 14.44 | 12.88 | 49.3 | - |
| YUV | 91.82 | 182.28 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 98 | 188 | 0.77 | 0.48 | 0 | 0.26 | 217.24 | 0.63 | 0.45 |
| Hex | 2B | 62 | BC | 4D | 30 | 0 | 1A | D9 | 3F | 2D |
| Octal | 53 | 142 | 274 | 115 | 60 | 0 | 32 | 331 | 77 | 55 |
| Binary | 101011 | 1100010 | 10111100 | 1001101 | 110000 | 0 | 11010 | 11011001 | 111111 | 101101 |
Color Harmonies of #2B62BC
Complementary color
Monochromatic Colors of #2B62BC
Black with #2B62BC
Text Example
Text Example
White with #2B62BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B62BC; }
p { color: rgb(43,98,188); }
H1.HeaderClassName
{
color: #2B62BC;
}
.AnyTagClassName
{
color: #2B62BC;
}
</style>
background-color css
<style>
a { background-color: #2B62BC; }
a { background-color: rgb(43,98,188); }
div.DivClassName
{
background-color: #2B62BC;
}
.BgClassName
{
background-color: #2B62BC;
}
</style>
border-color css
<style>
span { border-color: #2B62BC; }
span { border-color: rgb(43,98,188); }
td.TdClassName
{
border-color: #2B62BC;
}
.TagClassName
{
border-color: #2B62BC;
}
</style>