Shades of Summer Sky #319ED4
Tints of Summer Sky #319ED4
RGB
CMYK
RGB Variations
Color information
#319ED4 (or 0x319ED4) is known color: Summer Sky. HEX triplet: 31, 9E and D4. RGB value is (49,158,212). Sum of RGB (Red+Green+Blue) = 49+158+212=419 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.69% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #319ED4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ED4 is #CE612B. Grayscale: #838383. Windows color (decimal): -13525292 or 13934129. OLE color: 13934129.
HSL color Cylindrical-coordinate representation of color #319ED4: hue angle of 199.88º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #319ED4 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 158 | 212 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.17 |
| HSL | 199.88º | 0.65% | 0.51% | - |
| HSV(B) | 199.88º | 0.77% | 0.83% | - |
| XYZ | 25.38 | 29.86 | 66.71 | - |
| YUV | 131.57 | 173.39 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 212 | 0.77 | 0.25 | 0 | 0.17 | 199.88 | 0.65 | 0.51 |
| Hex | 31 | 9E | D4 | 4D | 19 | 0 | 11 | C8 | 41 | 33 |
| Octal | 61 | 236 | 324 | 115 | 31 | 0 | 21 | 310 | 101 | 63 |
| Binary | 110001 | 10011110 | 11010100 | 1001101 | 11001 | 0 | 10001 | 11001000 | 1000001 | 110011 |
Color Harmonies of #319ED4
Complementary color
Monochromatic Colors of #319ED4
Black with #319ED4
Text Example
Text Example
White with #319ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319ED4; }
p { color: rgb(49,158,212); }
H1.HeaderClassName
{
color: #319ED4;
}
.AnyTagClassName
{
color: #319ED4;
}
</style>
background-color css
<style>
a { background-color: #319ED4; }
a { background-color: rgb(49,158,212); }
div.DivClassName
{
background-color: #319ED4;
}
.BgClassName
{
background-color: #319ED4;
}
</style>
border-color css
<style>
span { border-color: #319ED4; }
span { border-color: rgb(49,158,212); }
td.TdClassName
{
border-color: #319ED4;
}
.TagClassName
{
border-color: #319ED4;
}
</style>