Shades of Cerulean Blue #2758BC
Tints of Cerulean Blue #2758BC
RGB
CMYK
RGB Variations
Color information
#2758BC (or 0x2758BC) is known color: Cerulean Blue. HEX triplet: 27, 58 and BC. RGB value is (39,88,188). Sum of RGB (Red+Green+Blue) = 39+88+188=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #2758BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2758BC is #D8A743. Grayscale: #545454. Windows color (decimal): -14198596 or 12343335. OLE color: 12343335.
HSL color Cylindrical-coordinate representation of color #2758BC: hue angle of 220.27º 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 #2758BC is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 88 | 188 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.26 |
| HSL | 220.27º | 0.66% | 0.45% | - |
| HSV(B) | 220.27º | 0.79% | 0.74% | - |
| XYZ | 13.4 | 11.04 | 49 | - |
| YUV | 84.75 | 186.27 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 188 | 0.79 | 0.53 | 0 | 0.26 | 220.27 | 0.66 | 0.45 |
| Hex | 27 | 58 | BC | 4F | 35 | 0 | 1A | DC | 42 | 2D |
| Octal | 47 | 130 | 274 | 117 | 65 | 0 | 32 | 334 | 102 | 55 |
| Binary | 100111 | 1011000 | 10111100 | 1001111 | 110101 | 0 | 11010 | 11011100 | 1000010 | 101101 |
Color Harmonies of #2758BC
Complementary color
Monochromatic Colors of #2758BC
Black with #2758BC
Text Example
Text Example
White with #2758BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2758BC; }
p { color: rgb(39,88,188); }
H1.HeaderClassName
{
color: #2758BC;
}
.AnyTagClassName
{
color: #2758BC;
}
</style>
background-color css
<style>
a { background-color: #2758BC; }
a { background-color: rgb(39,88,188); }
div.DivClassName
{
background-color: #2758BC;
}
.BgClassName
{
background-color: #2758BC;
}
</style>
border-color css
<style>
span { border-color: #2758BC; }
span { border-color: rgb(39,88,188); }
td.TdClassName
{
border-color: #2758BC;
}
.TagClassName
{
border-color: #2758BC;
}
</style>