Shades of Summer Sky #3197DC
Tints of Summer Sky #3197DC
RGB
CMYK
RGB Variations
Color information
#3197DC (or 0x3197DC) is known color: Summer Sky. HEX triplet: 31, 97 and DC. RGB value is (49,151,220). Sum of RGB (Red+Green+Blue) = 49+151+220=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #3197DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3197DC is #CE6823. Grayscale: #7F7F7F. Windows color (decimal): -13527076 or 14456625. OLE color: 14456625.
HSL color Cylindrical-coordinate representation of color #3197DC: hue angle of 204.21º 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 #3197DC is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 151 | 220 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.14 |
| HSL | 204.21º | 0.71% | 0.53% | - |
| HSV(B) | 204.21º | 0.78% | 0.86% | - |
| XYZ | 25.25 | 27.95 | 71.77 | - |
| YUV | 128.37 | 179.71 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 220 | 0.78 | 0.31 | 0 | 0.14 | 204.21 | 0.71 | 0.53 |
| Hex | 31 | 97 | DC | 4E | 1F | 0 | E | CC | 47 | 35 |
| Octal | 61 | 227 | 334 | 116 | 37 | 0 | 16 | 314 | 107 | 65 |
| Binary | 110001 | 10010111 | 11011100 | 1001110 | 11111 | 0 | 1110 | 11001100 | 1000111 | 110101 |
Color Harmonies of #3197DC
Complementary color
Monochromatic Colors of #3197DC
Black with #3197DC
Text Example
Text Example
White with #3197DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3197DC; }
p { color: rgb(49,151,220); }
H1.HeaderClassName
{
color: #3197DC;
}
.AnyTagClassName
{
color: #3197DC;
}
</style>
background-color css
<style>
a { background-color: #3197DC; }
a { background-color: rgb(49,151,220); }
div.DivClassName
{
background-color: #3197DC;
}
.BgClassName
{
background-color: #3197DC;
}
</style>
border-color css
<style>
span { border-color: #3197DC; }
span { border-color: rgb(49,151,220); }
td.TdClassName
{
border-color: #3197DC;
}
.TagClassName
{
border-color: #3197DC;
}
</style>