Shades of Summer Sky #319ADC
Tints of Summer Sky #319ADC
RGB
CMYK
RGB Variations
Color information
#319ADC (or 0x319ADC) is known color: Summer Sky. HEX triplet: 31, 9A and DC. RGB value is (49,154,220). Sum of RGB (Red+Green+Blue) = 49+154+220=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #319ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ADC is #CE6523. Grayscale: #818181. Windows color (decimal): -13526308 or 14457393. OLE color: 14457393.
HSL color Cylindrical-coordinate representation of color #319ADC: hue angle of 203.16º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #319ADC is Cyan = 0.78, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 154 | 220 | - |
| CMYK | 0.78 | 0.3 | 0 | 0.14 |
| HSL | 203.16º | 0.71% | 0.53% | - |
| HSV(B) | 203.16º | 0.78% | 0.86% | - |
| XYZ | 25.74 | 28.93 | 71.94 | - |
| YUV | 130.13 | 178.71 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 220 | 0.78 | 0.3 | 0 | 0.14 | 203.16 | 0.71 | 0.53 |
| Hex | 31 | 9A | DC | 4E | 1E | 0 | E | CB | 47 | 35 |
| Octal | 61 | 232 | 334 | 116 | 36 | 0 | 16 | 313 | 107 | 65 |
| Binary | 110001 | 10011010 | 11011100 | 1001110 | 11110 | 0 | 1110 | 11001011 | 1000111 | 110101 |
Color Harmonies of #319ADC
Complementary color
Monochromatic Colors of #319ADC
Black with #319ADC
Text Example
Text Example
White with #319ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319ADC; }
p { color: rgb(49,154,220); }
H1.HeaderClassName
{
color: #319ADC;
}
.AnyTagClassName
{
color: #319ADC;
}
</style>
background-color css
<style>
a { background-color: #319ADC; }
a { background-color: rgb(49,154,220); }
div.DivClassName
{
background-color: #319ADC;
}
.BgClassName
{
background-color: #319ADC;
}
</style>
border-color css
<style>
span { border-color: #319ADC; }
span { border-color: rgb(49,154,220); }
td.TdClassName
{
border-color: #319ADC;
}
.TagClassName
{
border-color: #319ADC;
}
</style>