Shades of Cerulean Blue #2758BB
Tints of Cerulean Blue #2758BB
RGB
CMYK
RGB Variations
Color information
#2758BB (or 0x2758BB) is known color: Cerulean Blue. HEX triplet: 27, 58 and BB. RGB value is (39,88,187). Sum of RGB (Red+Green+Blue) = 39+88+187=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #2758BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2758BB is #D8A744. Grayscale: #545454. Windows color (decimal): -14198597 or 12277799. OLE color: 12277799.
HSL color Cylindrical-coordinate representation of color #2758BB: hue angle of 220.14º 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 #2758BB is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 88 | 187 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.27 |
| HSL | 220.14º | 0.65% | 0.44% | - |
| HSV(B) | 220.14º | 0.79% | 0.73% | - |
| XYZ | 13.3 | 11 | 48.44 | - |
| YUV | 84.64 | 185.77 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 187 | 0.79 | 0.53 | 0 | 0.27 | 220.14 | 0.65 | 0.44 |
| Hex | 27 | 58 | BB | 4F | 35 | 0 | 1B | DC | 41 | 2C |
| Octal | 47 | 130 | 273 | 117 | 65 | 0 | 33 | 334 | 101 | 54 |
| Binary | 100111 | 1011000 | 10111011 | 1001111 | 110101 | 0 | 11011 | 11011100 | 1000001 | 101100 |
Color Harmonies of #2758BB
Complementary color
Monochromatic Colors of #2758BB
Black with #2758BB
Text Example
Text Example
White with #2758BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2758BB; }
p { color: rgb(39,88,187); }
H1.HeaderClassName
{
color: #2758BB;
}
.AnyTagClassName
{
color: #2758BB;
}
</style>
background-color css
<style>
a { background-color: #2758BB; }
a { background-color: rgb(39,88,187); }
div.DivClassName
{
background-color: #2758BB;
}
.BgClassName
{
background-color: #2758BB;
}
</style>
border-color css
<style>
span { border-color: #2758BB; }
span { border-color: rgb(39,88,187); }
td.TdClassName
{
border-color: #2758BB;
}
.TagClassName
{
border-color: #2758BB;
}
</style>