Shades of Summer Sky #319BD0
Tints of Summer Sky #319BD0
RGB
CMYK
RGB Variations
Color information
#319BD0 (or 0x319BD0) is known color: Summer Sky. HEX triplet: 31, 9B and D0. RGB value is (49,155,208). Sum of RGB (Red+Green+Blue) = 49+155+208=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #319BD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BD0 is #CE642F. Grayscale: #818181. Windows color (decimal): -13526064 or 13671217. OLE color: 13671217.
HSL color Cylindrical-coordinate representation of color #319BD0: hue angle of 200º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319BD0 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 155 | 208 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.18 |
| HSL | 200º | 0.63% | 0.5% | - |
| HSV(B) | 200º | 0.76% | 0.82% | - |
| XYZ | 24.37 | 28.65 | 63.92 | - |
| YUV | 129.35 | 172.38 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 208 | 0.76 | 0.25 | 0 | 0.18 | 200 | 0.63 | 0.5 |
| Hex | 31 | 9B | D0 | 4C | 19 | 0 | 12 | C8 | 3F | 32 |
| Octal | 61 | 233 | 320 | 114 | 31 | 0 | 22 | 310 | 77 | 62 |
| Binary | 110001 | 10011011 | 11010000 | 1001100 | 11001 | 0 | 10010 | 11001000 | 111111 | 110010 |
Color Harmonies of #319BD0
Complementary color
Monochromatic Colors of #319BD0
Black with #319BD0
Text Example
Text Example
White with #319BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BD0; }
p { color: rgb(49,155,208); }
H1.HeaderClassName
{
color: #319BD0;
}
.AnyTagClassName
{
color: #319BD0;
}
</style>
background-color css
<style>
a { background-color: #319BD0; }
a { background-color: rgb(49,155,208); }
div.DivClassName
{
background-color: #319BD0;
}
.BgClassName
{
background-color: #319BD0;
}
</style>
border-color css
<style>
span { border-color: #319BD0; }
span { border-color: rgb(49,155,208); }
td.TdClassName
{
border-color: #319BD0;
}
.TagClassName
{
border-color: #319BD0;
}
</style>