Shades of Cerulean Blue #2759AF
Tints of Cerulean Blue #2759AF
RGB
CMYK
RGB Variations
Color information
#2759AF (or 0x2759AF) is known color: Cerulean Blue. HEX triplet: 27, 59 and AF. RGB value is (39,89,175). Sum of RGB (Red+Green+Blue) = 39+89+175=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #2759AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2759AF is #D8A650. Grayscale: #535353. Windows color (decimal): -14198353 or 11491623. OLE color: 11491623.
HSL color Cylindrical-coordinate representation of color #2759AF: hue angle of 217.94º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2759AF is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 89 | 175 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.31 |
| HSL | 217.94º | 0.64% | 0.42% | - |
| HSV(B) | 217.94º | 0.78% | 0.69% | - |
| XYZ | 12.15 | 10.67 | 41.98 | - |
| YUV | 83.85 | 179.44 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 89 | 175 | 0.78 | 0.49 | 0 | 0.31 | 217.94 | 0.64 | 0.42 |
| Hex | 27 | 59 | AF | 4E | 31 | 0 | 1F | DA | 40 | 2A |
| Octal | 47 | 131 | 257 | 116 | 61 | 0 | 37 | 332 | 100 | 52 |
| Binary | 100111 | 1011001 | 10101111 | 1001110 | 110001 | 0 | 11111 | 11011010 | 1000000 | 101010 |
Color Harmonies of #2759AF
Complementary color
Monochromatic Colors of #2759AF
Black with #2759AF
Text Example
Text Example
White with #2759AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2759AF; }
p { color: rgb(39,89,175); }
H1.HeaderClassName
{
color: #2759AF;
}
.AnyTagClassName
{
color: #2759AF;
}
</style>
background-color css
<style>
a { background-color: #2759AF; }
a { background-color: rgb(39,89,175); }
div.DivClassName
{
background-color: #2759AF;
}
.BgClassName
{
background-color: #2759AF;
}
</style>
border-color css
<style>
span { border-color: #2759AF; }
span { border-color: rgb(39,89,175); }
td.TdClassName
{
border-color: #2759AF;
}
.TagClassName
{
border-color: #2759AF;
}
</style>