Shades of Summer Sky #319FE6
Tints of Summer Sky #319FE6
RGB
CMYK
RGB Variations
Color information
#319FE6 (or 0x319FE6) is known color: Summer Sky. HEX triplet: 31, 9F and E6. RGB value is (49,159,230). Sum of RGB (Red+Green+Blue) = 49+159+230=438 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.19% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #319FE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319FE6 is #CE6019. Grayscale: #858585. Windows color (decimal): -13525018 or 15114033. OLE color: 15114033.
HSL color Cylindrical-coordinate representation of color #319FE6: hue angle of 203.54º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #319FE6 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 159 | 230 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.10 |
| HSL | 203.54º | 0.78% | 0.55% | - |
| HSV(B) | 203.54º | 0.79% | 0.9% | - |
| XYZ | 27.95 | 31.16 | 79.4 | - |
| YUV | 134.2 | 182.06 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 159 | 230 | 0.79 | 0.31 | 0 | 0.10 | 203.54 | 0.78 | 0.55 |
| Hex | 31 | 9F | E6 | 4F | 1F | 0 | A | CC | 4E | 37 |
| Octal | 61 | 237 | 346 | 117 | 37 | 0 | 12 | 314 | 116 | 67 |
| Binary | 110001 | 10011111 | 11100110 | 1001111 | 11111 | 0 | 1010 | 11001100 | 1001110 | 110111 |
Color Harmonies of #319FE6
Complementary color
Monochromatic Colors of #319FE6
Black with #319FE6
Text Example
Text Example
White with #319FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319FE6; }
p { color: rgb(49,159,230); }
H1.HeaderClassName
{
color: #319FE6;
}
.AnyTagClassName
{
color: #319FE6;
}
</style>
background-color css
<style>
a { background-color: #319FE6; }
a { background-color: rgb(49,159,230); }
div.DivClassName
{
background-color: #319FE6;
}
.BgClassName
{
background-color: #319FE6;
}
</style>
border-color css
<style>
span { border-color: #319FE6; }
span { border-color: rgb(49,159,230); }
td.TdClassName
{
border-color: #319FE6;
}
.TagClassName
{
border-color: #319FE6;
}
</style>