Shades of Cerulean Blue #2758AA
Tints of Cerulean Blue #2758AA
RGB
CMYK
RGB Variations
Color information
#2758AA (or 0x2758AA) is known color: Cerulean Blue. HEX triplet: 27, 58 and AA. RGB value is (39,88,170). Sum of RGB (Red+Green+Blue) = 39+88+170=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #2758AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2758AA is #D8A755. Grayscale: #525252. Windows color (decimal): -14198614 or 11163687. OLE color: 11163687.
HSL color Cylindrical-coordinate representation of color #2758AA: hue angle of 217.56º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2758AA is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 88 | 170 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.33 |
| HSL | 217.56º | 0.63% | 0.41% | - |
| HSV(B) | 217.56º | 0.77% | 0.67% | - |
| XYZ | 11.58 | 10.31 | 39.41 | - |
| YUV | 82.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 170 | 0.77 | 0.48 | 0 | 0.33 | 217.56 | 0.63 | 0.41 |
| Hex | 27 | 58 | AA | 4D | 30 | 0 | 21 | DA | 3F | 29 |
| Octal | 47 | 130 | 252 | 115 | 60 | 0 | 41 | 332 | 77 | 51 |
| Binary | 100111 | 1011000 | 10101010 | 1001101 | 110000 | 0 | 100001 | 11011010 | 111111 | 101001 |
Color Harmonies of #2758AA
Complementary color
Monochromatic Colors of #2758AA
Black with #2758AA
Text Example
Text Example
White with #2758AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2758AA; }
p { color: rgb(39,88,170); }
H1.HeaderClassName
{
color: #2758AA;
}
.AnyTagClassName
{
color: #2758AA;
}
</style>
background-color css
<style>
a { background-color: #2758AA; }
a { background-color: rgb(39,88,170); }
div.DivClassName
{
background-color: #2758AA;
}
.BgClassName
{
background-color: #2758AA;
}
</style>
border-color css
<style>
span { border-color: #2758AA; }
span { border-color: rgb(39,88,170); }
td.TdClassName
{
border-color: #2758AA;
}
.TagClassName
{
border-color: #2758AA;
}
</style>