Shades of Summer Sky #319BD6
Tints of Summer Sky #319BD6
RGB
CMYK
RGB Variations
Color information
#319BD6 (or 0x319BD6) is known color: Summer Sky. HEX triplet: 31, 9B and D6. RGB value is (49,155,214). Sum of RGB (Red+Green+Blue) = 49+155+214=418 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.72% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #319BD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BD6 is #CE6429. Grayscale: #818181. Windows color (decimal): -13526058 or 14064433. OLE color: 14064433.
HSL color Cylindrical-coordinate representation of color #319BD6: hue angle of 201.45º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #319BD6 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 155 | 214 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.16 |
| HSL | 201.45º | 0.67% | 0.52% | - |
| HSV(B) | 201.45º | 0.77% | 0.84% | - |
| XYZ | 25.13 | 28.95 | 67.88 | - |
| YUV | 130.03 | 175.38 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 214 | 0.77 | 0.28 | 0 | 0.16 | 201.45 | 0.67 | 0.52 |
| Hex | 31 | 9B | D6 | 4D | 1C | 0 | 10 | C9 | 43 | 34 |
| Octal | 61 | 233 | 326 | 115 | 34 | 0 | 20 | 311 | 103 | 64 |
| Binary | 110001 | 10011011 | 11010110 | 1001101 | 11100 | 0 | 10000 | 11001001 | 1000011 | 110100 |
Color Harmonies of #319BD6
Complementary color
Monochromatic Colors of #319BD6
Black with #319BD6
Text Example
Text Example
White with #319BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BD6; }
p { color: rgb(49,155,214); }
H1.HeaderClassName
{
color: #319BD6;
}
.AnyTagClassName
{
color: #319BD6;
}
</style>
background-color css
<style>
a { background-color: #319BD6; }
a { background-color: rgb(49,155,214); }
div.DivClassName
{
background-color: #319BD6;
}
.BgClassName
{
background-color: #319BD6;
}
</style>
border-color css
<style>
span { border-color: #319BD6; }
span { border-color: rgb(49,155,214); }
td.TdClassName
{
border-color: #319BD6;
}
.TagClassName
{
border-color: #319BD6;
}
</style>