Shades of Summer Sky #3190DC
Tints of Summer Sky #3190DC
RGB
CMYK
RGB Variations
Color information
#3190DC (or 0x3190DC) is known color: Summer Sky. HEX triplet: 31, 90 and DC. RGB value is (49,144,220). Sum of RGB (Red+Green+Blue) = 49+144+220=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #3190DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3190DC is #CE6F23. Grayscale: #7B7B7B. Windows color (decimal): -13528868 or 14454833. OLE color: 14454833.
HSL color Cylindrical-coordinate representation of color #3190DC: hue angle of 206.67º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3190DC is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 144 | 220 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.14 |
| HSL | 206.67º | 0.71% | 0.53% | - |
| HSV(B) | 206.67º | 0.78% | 0.86% | - |
| XYZ | 24.16 | 25.77 | 71.41 | - |
| YUV | 124.26 | 182.03 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 144 | 220 | 0.78 | 0.35 | 0 | 0.14 | 206.67 | 0.71 | 0.53 |
| Hex | 31 | 90 | DC | 4E | 23 | 0 | E | CF | 47 | 35 |
| Octal | 61 | 220 | 334 | 116 | 43 | 0 | 16 | 317 | 107 | 65 |
| Binary | 110001 | 10010000 | 11011100 | 1001110 | 100011 | 0 | 1110 | 11001111 | 1000111 | 110101 |
Color Harmonies of #3190DC
Complementary color
Monochromatic Colors of #3190DC
Black with #3190DC
Text Example
Text Example
White with #3190DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3190DC; }
p { color: rgb(49,144,220); }
H1.HeaderClassName
{
color: #3190DC;
}
.AnyTagClassName
{
color: #3190DC;
}
</style>
background-color css
<style>
a { background-color: #3190DC; }
a { background-color: rgb(49,144,220); }
div.DivClassName
{
background-color: #3190DC;
}
.BgClassName
{
background-color: #3190DC;
}
</style>
border-color css
<style>
span { border-color: #3190DC; }
span { border-color: rgb(49,144,220); }
td.TdClassName
{
border-color: #3190DC;
}
.TagClassName
{
border-color: #3190DC;
}
</style>