Shades of Summer Sky #319BD9
Tints of Summer Sky #319BD9
RGB
CMYK
RGB Variations
Color information
#319BD9 (or 0x319BD9) is known color: Summer Sky. HEX triplet: 31, 9B and D9. RGB value is (49,155,217). Sum of RGB (Red+Green+Blue) = 49+155+217=421 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.64% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #319BD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BD9 is #CE6426. Grayscale: #828282. Windows color (decimal): -13526055 or 14261041. OLE color: 14261041.
HSL color Cylindrical-coordinate representation of color #319BD9: hue angle of 202.14º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #319BD9 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 155 | 217 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.15 |
| HSL | 202.14º | 0.69% | 0.52% | - |
| HSV(B) | 202.14º | 0.77% | 0.85% | - |
| XYZ | 25.51 | 29.11 | 69.92 | - |
| YUV | 130.37 | 176.88 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 217 | 0.77 | 0.29 | 0 | 0.15 | 202.14 | 0.69 | 0.52 |
| Hex | 31 | 9B | D9 | 4D | 1D | 0 | F | CA | 45 | 34 |
| Octal | 61 | 233 | 331 | 115 | 35 | 0 | 17 | 312 | 105 | 64 |
| Binary | 110001 | 10011011 | 11011001 | 1001101 | 11101 | 0 | 1111 | 11001010 | 1000101 | 110100 |
Color Harmonies of #319BD9
Complementary color
Monochromatic Colors of #319BD9
Black with #319BD9
Text Example
Text Example
White with #319BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BD9; }
p { color: rgb(49,155,217); }
H1.HeaderClassName
{
color: #319BD9;
}
.AnyTagClassName
{
color: #319BD9;
}
</style>
background-color css
<style>
a { background-color: #319BD9; }
a { background-color: rgb(49,155,217); }
div.DivClassName
{
background-color: #319BD9;
}
.BgClassName
{
background-color: #319BD9;
}
</style>
border-color css
<style>
span { border-color: #319BD9; }
span { border-color: rgb(49,155,217); }
td.TdClassName
{
border-color: #319BD9;
}
.TagClassName
{
border-color: #319BD9;
}
</style>