Shades of Cerulean Blue #2756B7
Tints of Cerulean Blue #2756B7
RGB
CMYK
RGB Variations
Color information
#2756B7 (or 0x2756B7) is known color: Cerulean Blue. HEX triplet: 27, 56 and B7. RGB value is (39,86,183). Sum of RGB (Red+Green+Blue) = 39+86+183=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 183 (71.88% from 255 or 59.42% from 308); Max value from RGB is 183 - color contains mainly: blue. Hex color #2756B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2756B7 is #D8A948. Grayscale: #525252. Windows color (decimal): -14199113 or 12015143. OLE color: 12015143.
HSL color Cylindrical-coordinate representation of color #2756B7: hue angle of 220.42º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2756B7 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 86 | 183 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.28 |
| HSL | 220.42º | 0.65% | 0.44% | - |
| HSV(B) | 220.42º | 0.79% | 0.72% | - |
| XYZ | 12.71 | 10.51 | 46.16 | - |
| YUV | 83.01 | 184.43 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 86 | 183 | 0.79 | 0.53 | 0 | 0.28 | 220.42 | 0.65 | 0.44 |
| Hex | 27 | 56 | B7 | 4F | 35 | 0 | 1C | DC | 41 | 2C |
| Octal | 47 | 126 | 267 | 117 | 65 | 0 | 34 | 334 | 101 | 54 |
| Binary | 100111 | 1010110 | 10110111 | 1001111 | 110101 | 0 | 11100 | 11011100 | 1000001 | 101100 |
Color Harmonies of #2756B7
Complementary color
Monochromatic Colors of #2756B7
Black with #2756B7
Text Example
Text Example
White with #2756B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2756B7; }
p { color: rgb(39,86,183); }
H1.HeaderClassName
{
color: #2756B7;
}
.AnyTagClassName
{
color: #2756B7;
}
</style>
background-color css
<style>
a { background-color: #2756B7; }
a { background-color: rgb(39,86,183); }
div.DivClassName
{
background-color: #2756B7;
}
.BgClassName
{
background-color: #2756B7;
}
</style>
border-color css
<style>
span { border-color: #2756B7; }
span { border-color: rgb(39,86,183); }
td.TdClassName
{
border-color: #2756B7;
}
.TagClassName
{
border-color: #2756B7;
}
</style>