Shades of Summer Sky #319DCC
Tints of Summer Sky #319DCC
RGB
CMYK
RGB Variations
Color information
#319DCC (or 0x319DCC) is known color: Summer Sky. HEX triplet: 31, 9D and CC. RGB value is (49,157,204). Sum of RGB (Red+Green+Blue) = 49+157+204=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #319DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319DCC is #CE6233. Grayscale: #818181. Windows color (decimal): -13525556 or 13409585. OLE color: 13409585.
HSL color Cylindrical-coordinate representation of color #319DCC: hue angle of 198.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319DCC is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 157 | 204 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.2 |
| HSL | 198.19º | 0.61% | 0.5% | - |
| HSV(B) | 198.19º | 0.76% | 0.8% | - |
| XYZ | 24.22 | 29.13 | 61.47 | - |
| YUV | 130.07 | 169.72 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 204 | 0.76 | 0.23 | 0 | 0.2 | 198.19 | 0.61 | 0.5 |
| Hex | 31 | 9D | CC | 4C | 17 | 0 | 14 | C6 | 3D | 32 |
| Octal | 61 | 235 | 314 | 114 | 27 | 0 | 24 | 306 | 75 | 62 |
| Binary | 110001 | 10011101 | 11001100 | 1001100 | 10111 | 0 | 10100 | 11000110 | 111101 | 110010 |
Color Harmonies of #319DCC
Complementary color
Monochromatic Colors of #319DCC
Black with #319DCC
Text Example
Text Example
White with #319DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319DCC; }
p { color: rgb(49,157,204); }
H1.HeaderClassName
{
color: #319DCC;
}
.AnyTagClassName
{
color: #319DCC;
}
</style>
background-color css
<style>
a { background-color: #319DCC; }
a { background-color: rgb(49,157,204); }
div.DivClassName
{
background-color: #319DCC;
}
.BgClassName
{
background-color: #319DCC;
}
</style>
border-color css
<style>
span { border-color: #319DCC; }
span { border-color: rgb(49,157,204); }
td.TdClassName
{
border-color: #319DCC;
}
.TagClassName
{
border-color: #319DCC;
}
</style>