Shades of Cerulean Blue #2756BC
Tints of Cerulean Blue #2756BC
RGB
CMYK
RGB Variations
Color information
#2756BC (or 0x2756BC) is known color: Cerulean Blue. HEX triplet: 27, 56 and BC. RGB value is (39,86,188). Sum of RGB (Red+Green+Blue) = 39+86+188=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #2756BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2756BC is #D8A943. Grayscale: #535353. Windows color (decimal): -14199108 or 12342823. OLE color: 12342823.
HSL color Cylindrical-coordinate representation of color #2756BC: hue angle of 221.07º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2756BC is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 86 | 188 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.26 |
| HSL | 221.07º | 0.66% | 0.45% | - |
| HSV(B) | 221.07º | 0.79% | 0.74% | - |
| XYZ | 13.24 | 10.72 | 48.95 | - |
| YUV | 83.58 | 186.93 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 86 | 188 | 0.79 | 0.54 | 0 | 0.26 | 221.07 | 0.66 | 0.45 |
| Hex | 27 | 56 | BC | 4F | 36 | 0 | 1A | DD | 42 | 2D |
| Octal | 47 | 126 | 274 | 117 | 66 | 0 | 32 | 335 | 102 | 55 |
| Binary | 100111 | 1010110 | 10111100 | 1001111 | 110110 | 0 | 11010 | 11011101 | 1000010 | 101101 |
Color Harmonies of #2756BC
Complementary color
Monochromatic Colors of #2756BC
Black with #2756BC
Text Example
Text Example
White with #2756BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2756BC; }
p { color: rgb(39,86,188); }
H1.HeaderClassName
{
color: #2756BC;
}
.AnyTagClassName
{
color: #2756BC;
}
</style>
background-color css
<style>
a { background-color: #2756BC; }
a { background-color: rgb(39,86,188); }
div.DivClassName
{
background-color: #2756BC;
}
.BgClassName
{
background-color: #2756BC;
}
</style>
border-color css
<style>
span { border-color: #2756BC; }
span { border-color: rgb(39,86,188); }
td.TdClassName
{
border-color: #2756BC;
}
.TagClassName
{
border-color: #2756BC;
}
</style>