Shades of Summer Sky #319ECC
Tints of Summer Sky #319ECC
RGB
CMYK
RGB Variations
Color information
#319ECC (or 0x319ECC) is known color: Summer Sky. HEX triplet: 31, 9E and CC. RGB value is (49,158,204). Sum of RGB (Red+Green+Blue) = 49+158+204=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #319ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ECC is #CE6133. Grayscale: #828282. Windows color (decimal): -13525300 or 13409841. OLE color: 13409841.
HSL color Cylindrical-coordinate representation of color #319ECC: hue angle of 197.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319ECC is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 158 | 204 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.2 |
| HSL | 197.81º | 0.61% | 0.5% | - |
| HSV(B) | 197.81º | 0.76% | 0.8% | - |
| XYZ | 24.39 | 29.47 | 61.53 | - |
| YUV | 130.65 | 169.39 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 204 | 0.76 | 0.23 | 0 | 0.2 | 197.81 | 0.61 | 0.5 |
| Hex | 31 | 9E | CC | 4C | 17 | 0 | 14 | C6 | 3D | 32 |
| Octal | 61 | 236 | 314 | 114 | 27 | 0 | 24 | 306 | 75 | 62 |
| Binary | 110001 | 10011110 | 11001100 | 1001100 | 10111 | 0 | 10100 | 11000110 | 111101 | 110010 |
Color Harmonies of #319ECC
Complementary color
Monochromatic Colors of #319ECC
Black with #319ECC
Text Example
Text Example
White with #319ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319ECC; }
p { color: rgb(49,158,204); }
H1.HeaderClassName
{
color: #319ECC;
}
.AnyTagClassName
{
color: #319ECC;
}
</style>
background-color css
<style>
a { background-color: #319ECC; }
a { background-color: rgb(49,158,204); }
div.DivClassName
{
background-color: #319ECC;
}
.BgClassName
{
background-color: #319ECC;
}
</style>
border-color css
<style>
span { border-color: #319ECC; }
span { border-color: rgb(49,158,204); }
td.TdClassName
{
border-color: #319ECC;
}
.TagClassName
{
border-color: #319ECC;
}
</style>