Shades of Cerulean Blue #2756DB
Tints of Cerulean Blue #2756DB
RGB
CMYK
RGB Variations
Color information
#2756DB (or 0x2756DB) is known color: Cerulean Blue. HEX triplet: 27, 56 and DB. RGB value is (39,86,219). Sum of RGB (Red+Green+Blue) = 39+86+219=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #2756DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2756DB is #D8A924. Grayscale: #565656. Windows color (decimal): -14199077 or 14374439. OLE color: 14374439.
HSL color Cylindrical-coordinate representation of color #2756DB: hue angle of 224.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2756DB is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 86 | 219 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.14 |
| HSL | 224.33º | 0.71% | 0.51% | - |
| HSV(B) | 224.33º | 0.82% | 0.86% | - |
| XYZ | 16.95 | 12.2 | 68.48 | - |
| YUV | 87.11 | 202.43 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 86 | 219 | 0.82 | 0.61 | 0 | 0.14 | 224.33 | 0.71 | 0.51 |
| Hex | 27 | 56 | DB | 52 | 3D | 0 | E | E0 | 47 | 33 |
| Octal | 47 | 126 | 333 | 122 | 75 | 0 | 16 | 340 | 107 | 63 |
| Binary | 100111 | 1010110 | 11011011 | 1010010 | 111101 | 0 | 1110 | 11100000 | 1000111 | 110011 |
Color Harmonies of #2756DB
Complementary color
Monochromatic Colors of #2756DB
Black with #2756DB
Text Example
Text Example
White with #2756DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2756DB; }
p { color: rgb(39,86,219); }
H1.HeaderClassName
{
color: #2756DB;
}
.AnyTagClassName
{
color: #2756DB;
}
</style>
background-color css
<style>
a { background-color: #2756DB; }
a { background-color: rgb(39,86,219); }
div.DivClassName
{
background-color: #2756DB;
}
.BgClassName
{
background-color: #2756DB;
}
</style>
border-color css
<style>
span { border-color: #2756DB; }
span { border-color: rgb(39,86,219); }
td.TdClassName
{
border-color: #2756DB;
}
.TagClassName
{
border-color: #2756DB;
}
</style>