Shades of Cerulean Blue #2759C1
Tints of Cerulean Blue #2759C1
RGB
CMYK
RGB Variations
Color information
#2759C1 (or 0x2759C1) is known color: Cerulean Blue. HEX triplet: 27, 59 and C1. RGB value is (39,89,193). Sum of RGB (Red+Green+Blue) = 39+89+193=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 193 (75.78% from 255 or 60.12% from 321); Max value from RGB is 193 - color contains mainly: blue. Hex color #2759C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2759C1 is #D8A63E. Grayscale: #555555. Windows color (decimal): -14198335 or 12671271. OLE color: 12671271.
HSL color Cylindrical-coordinate representation of color #2759C1: hue angle of 220.52º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2759C1 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 89 | 193 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.24 |
| HSL | 220.52º | 0.66% | 0.45% | - |
| HSV(B) | 220.52º | 0.8% | 0.76% | - |
| XYZ | 14.03 | 11.43 | 51.92 | - |
| YUV | 85.91 | 188.44 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 89 | 193 | 0.80 | 0.54 | 0 | 0.24 | 220.52 | 0.66 | 0.45 |
| Hex | 27 | 59 | C1 | 50 | 36 | 0 | 18 | DD | 42 | 2D |
| Octal | 47 | 131 | 301 | 120 | 66 | 0 | 30 | 335 | 102 | 55 |
| Binary | 100111 | 1011001 | 11000001 | 1010000 | 110110 | 0 | 11000 | 11011101 | 1000010 | 101101 |
Color Harmonies of #2759C1
Complementary color
Monochromatic Colors of #2759C1
Black with #2759C1
Text Example
Text Example
White with #2759C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2759C1; }
p { color: rgb(39,89,193); }
H1.HeaderClassName
{
color: #2759C1;
}
.AnyTagClassName
{
color: #2759C1;
}
</style>
background-color css
<style>
a { background-color: #2759C1; }
a { background-color: rgb(39,89,193); }
div.DivClassName
{
background-color: #2759C1;
}
.BgClassName
{
background-color: #2759C1;
}
</style>
border-color css
<style>
span { border-color: #2759C1; }
span { border-color: rgb(39,89,193); }
td.TdClassName
{
border-color: #2759C1;
}
.TagClassName
{
border-color: #2759C1;
}
</style>