Shades of Cerulean Blue #2758BA
Tints of Cerulean Blue #2758BA
RGB
CMYK
RGB Variations
Color information
#2758BA (or 0x2758BA) is known color: Cerulean Blue. HEX triplet: 27, 58 and BA. RGB value is (39,88,186). Sum of RGB (Red+Green+Blue) = 39+88+186=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #2758BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2758BA is #D8A745. Grayscale: #545454. Windows color (decimal): -14198598 or 12212263. OLE color: 12212263.
HSL color Cylindrical-coordinate representation of color #2758BA: hue angle of 220º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2758BA is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 88 | 186 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.27 |
| HSL | 220º | 0.65% | 0.44% | - |
| HSV(B) | 220º | 0.79% | 0.73% | - |
| XYZ | 13.19 | 10.96 | 47.87 | - |
| YUV | 84.52 | 185.27 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 186 | 0.79 | 0.53 | 0 | 0.27 | 220 | 0.65 | 0.44 |
| Hex | 27 | 58 | BA | 4F | 35 | 0 | 1B | DC | 41 | 2C |
| Octal | 47 | 130 | 272 | 117 | 65 | 0 | 33 | 334 | 101 | 54 |
| Binary | 100111 | 1011000 | 10111010 | 1001111 | 110101 | 0 | 11011 | 11011100 | 1000001 | 101100 |
Color Harmonies of #2758BA
Complementary color
Monochromatic Colors of #2758BA
Black with #2758BA
Text Example
Text Example
White with #2758BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2758BA; }
p { color: rgb(39,88,186); }
H1.HeaderClassName
{
color: #2758BA;
}
.AnyTagClassName
{
color: #2758BA;
}
</style>
background-color css
<style>
a { background-color: #2758BA; }
a { background-color: rgb(39,88,186); }
div.DivClassName
{
background-color: #2758BA;
}
.BgClassName
{
background-color: #2758BA;
}
</style>
border-color css
<style>
span { border-color: #2758BA; }
span { border-color: rgb(39,88,186); }
td.TdClassName
{
border-color: #2758BA;
}
.TagClassName
{
border-color: #2758BA;
}
</style>