Shades of Cerulean Blue #2758C1
Tints of Cerulean Blue #2758C1
RGB
CMYK
RGB Variations
Color information
#2758C1 (or 0x2758C1) is known color: Cerulean Blue. HEX triplet: 27, 58 and C1. RGB value is (39,88,193). Sum of RGB (Red+Green+Blue) = 39+88+193=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 193 (75.78% from 255 or 60.31% from 320); Max value from RGB is 193 - color contains mainly: blue. Hex color #2758C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2758C1 is #D8A73E. Grayscale: #545454. Windows color (decimal): -14198591 or 12671015. OLE color: 12671015.
HSL color Cylindrical-coordinate representation of color #2758C1: hue angle of 220.91º 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 #2758C1 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 88 | 193 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.24 |
| HSL | 220.91º | 0.66% | 0.45% | - |
| HSV(B) | 220.91º | 0.8% | 0.76% | - |
| XYZ | 13.95 | 11.26 | 51.89 | - |
| YUV | 85.32 | 188.77 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 193 | 0.80 | 0.54 | 0 | 0.24 | 220.91 | 0.66 | 0.45 |
| Hex | 27 | 58 | C1 | 50 | 36 | 0 | 18 | DD | 42 | 2D |
| Octal | 47 | 130 | 301 | 120 | 66 | 0 | 30 | 335 | 102 | 55 |
| Binary | 100111 | 1011000 | 11000001 | 1010000 | 110110 | 0 | 11000 | 11011101 | 1000010 | 101101 |
Color Harmonies of #2758C1
Complementary color
Monochromatic Colors of #2758C1
Black with #2758C1
Text Example
Text Example
White with #2758C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2758C1; }
p { color: rgb(39,88,193); }
H1.HeaderClassName
{
color: #2758C1;
}
.AnyTagClassName
{
color: #2758C1;
}
</style>
background-color css
<style>
a { background-color: #2758C1; }
a { background-color: rgb(39,88,193); }
div.DivClassName
{
background-color: #2758C1;
}
.BgClassName
{
background-color: #2758C1;
}
</style>
border-color css
<style>
span { border-color: #2758C1; }
span { border-color: rgb(39,88,193); }
td.TdClassName
{
border-color: #2758C1;
}
.TagClassName
{
border-color: #2758C1;
}
</style>