Shades of Cerulean Blue #2756BF
Tints of Cerulean Blue #2756BF
RGB
CMYK
RGB Variations
Color information
#2756BF (or 0x2756BF) is known color: Cerulean Blue. HEX triplet: 27, 56 and BF. RGB value is (39,86,191). Sum of RGB (Red+Green+Blue) = 39+86+191=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #2756BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2756BF is #D8A940. Grayscale: #535353. Windows color (decimal): -14199105 or 12539431. OLE color: 12539431.
HSL color Cylindrical-coordinate representation of color #2756BF: hue angle of 221.45º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2756BF is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 86 | 191 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.25 |
| HSL | 221.45º | 0.66% | 0.45% | - |
| HSV(B) | 221.45º | 0.8% | 0.75% | - |
| XYZ | 13.57 | 10.85 | 50.67 | - |
| YUV | 83.92 | 188.43 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 86 | 191 | 0.80 | 0.55 | 0 | 0.25 | 221.45 | 0.66 | 0.45 |
| Hex | 27 | 56 | BF | 50 | 37 | 0 | 19 | DD | 42 | 2D |
| Octal | 47 | 126 | 277 | 120 | 67 | 0 | 31 | 335 | 102 | 55 |
| Binary | 100111 | 1010110 | 10111111 | 1010000 | 110111 | 0 | 11001 | 11011101 | 1000010 | 101101 |
Color Harmonies of #2756BF
Complementary color
Monochromatic Colors of #2756BF
Black with #2756BF
Text Example
Text Example
White with #2756BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2756BF; }
p { color: rgb(39,86,191); }
H1.HeaderClassName
{
color: #2756BF;
}
.AnyTagClassName
{
color: #2756BF;
}
</style>
background-color css
<style>
a { background-color: #2756BF; }
a { background-color: rgb(39,86,191); }
div.DivClassName
{
background-color: #2756BF;
}
.BgClassName
{
background-color: #2756BF;
}
</style>
border-color css
<style>
span { border-color: #2756BF; }
span { border-color: rgb(39,86,191); }
td.TdClassName
{
border-color: #2756BF;
}
.TagClassName
{
border-color: #2756BF;
}
</style>