Shades of Summer Sky #319ECB
Tints of Summer Sky #319ECB
RGB
CMYK
RGB Variations
Color information
#319ECB (or 0x319ECB) is known color: Summer Sky. HEX triplet: 31, 9E and CB. RGB value is (49,158,203). Sum of RGB (Red+Green+Blue) = 49+158+203=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #319ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ECB is #CE6134. Grayscale: #828282. Windows color (decimal): -13525301 or 13344305. OLE color: 13344305.
HSL color Cylindrical-coordinate representation of color #319ECB: hue angle of 197.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319ECB is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 158 | 203 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.20 |
| HSL | 197.53º | 0.61% | 0.49% | - |
| HSV(B) | 197.53º | 0.76% | 0.8% | - |
| XYZ | 24.27 | 29.42 | 60.9 | - |
| YUV | 130.54 | 168.89 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 203 | 0.76 | 0.22 | 0 | 0.20 | 197.53 | 0.61 | 0.49 |
| Hex | 31 | 9E | CB | 4C | 16 | 0 | 14 | C6 | 3D | 31 |
| Octal | 61 | 236 | 313 | 114 | 26 | 0 | 24 | 306 | 75 | 61 |
| Binary | 110001 | 10011110 | 11001011 | 1001100 | 10110 | 0 | 10100 | 11000110 | 111101 | 110001 |
Color Harmonies of #319ECB
Complementary color
Monochromatic Colors of #319ECB
Black with #319ECB
Text Example
Text Example
White with #319ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319ECB; }
p { color: rgb(49,158,203); }
H1.HeaderClassName
{
color: #319ECB;
}
.AnyTagClassName
{
color: #319ECB;
}
</style>
background-color css
<style>
a { background-color: #319ECB; }
a { background-color: rgb(49,158,203); }
div.DivClassName
{
background-color: #319ECB;
}
.BgClassName
{
background-color: #319ECB;
}
</style>
border-color css
<style>
span { border-color: #319ECB; }
span { border-color: rgb(49,158,203); }
td.TdClassName
{
border-color: #319ECB;
}
.TagClassName
{
border-color: #319ECB;
}
</style>