Shades of Summer Sky #319DCE
Tints of Summer Sky #319DCE
RGB
CMYK
RGB Variations
Color information
#319DCE (or 0x319DCE) is known color: Summer Sky. HEX triplet: 31, 9D and CE. RGB value is (49,157,206). Sum of RGB (Red+Green+Blue) = 49+157+206=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #319DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319DCE is #CE6231. Grayscale: #818181. Windows color (decimal): -13525554 or 13540657. OLE color: 13540657.
HSL color Cylindrical-coordinate representation of color #319DCE: hue angle of 198.73º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319DCE is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 157 | 206 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.19 |
| HSL | 198.73º | 0.62% | 0.5% | - |
| HSV(B) | 198.73º | 0.76% | 0.81% | - |
| XYZ | 24.46 | 29.22 | 62.74 | - |
| YUV | 130.29 | 170.72 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 206 | 0.76 | 0.24 | 0 | 0.19 | 198.73 | 0.62 | 0.5 |
| Hex | 31 | 9D | CE | 4C | 18 | 0 | 13 | C7 | 3E | 32 |
| Octal | 61 | 235 | 316 | 114 | 30 | 0 | 23 | 307 | 76 | 62 |
| Binary | 110001 | 10011101 | 11001110 | 1001100 | 11000 | 0 | 10011 | 11000111 | 111110 | 110010 |
Color Harmonies of #319DCE
Complementary color
Monochromatic Colors of #319DCE
Black with #319DCE
Text Example
Text Example
White with #319DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319DCE; }
p { color: rgb(49,157,206); }
H1.HeaderClassName
{
color: #319DCE;
}
.AnyTagClassName
{
color: #319DCE;
}
</style>
background-color css
<style>
a { background-color: #319DCE; }
a { background-color: rgb(49,157,206); }
div.DivClassName
{
background-color: #319DCE;
}
.BgClassName
{
background-color: #319DCE;
}
</style>
border-color css
<style>
span { border-color: #319DCE; }
span { border-color: rgb(49,157,206); }
td.TdClassName
{
border-color: #319DCE;
}
.TagClassName
{
border-color: #319DCE;
}
</style>