Shades of Summer Sky #319CCC
Tints of Summer Sky #319CCC
RGB
CMYK
RGB Variations
Color information
#319CCC (or 0x319CCC) is known color: Summer Sky. HEX triplet: 31, 9C and CC. RGB value is (49,156,204). Sum of RGB (Red+Green+Blue) = 49+156+204=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #319CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319CCC is #CE6333. Grayscale: #818181. Windows color (decimal): -13525812 or 13409329. OLE color: 13409329.
HSL color Cylindrical-coordinate representation of color #319CCC: hue angle of 198.58º 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 #319CCC is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 156 | 204 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.2 |
| HSL | 198.58º | 0.61% | 0.5% | - |
| HSV(B) | 198.58º | 0.76% | 0.8% | - |
| XYZ | 24.05 | 28.79 | 61.42 | - |
| YUV | 129.48 | 170.05 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 204 | 0.76 | 0.24 | 0 | 0.2 | 198.58 | 0.61 | 0.5 |
| Hex | 31 | 9C | CC | 4C | 18 | 0 | 14 | C7 | 3D | 32 |
| Octal | 61 | 234 | 314 | 114 | 30 | 0 | 24 | 307 | 75 | 62 |
| Binary | 110001 | 10011100 | 11001100 | 1001100 | 11000 | 0 | 10100 | 11000111 | 111101 | 110010 |
Color Harmonies of #319CCC
Complementary color
Monochromatic Colors of #319CCC
Black with #319CCC
Text Example
Text Example
White with #319CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319CCC; }
p { color: rgb(49,156,204); }
H1.HeaderClassName
{
color: #319CCC;
}
.AnyTagClassName
{
color: #319CCC;
}
</style>
background-color css
<style>
a { background-color: #319CCC; }
a { background-color: rgb(49,156,204); }
div.DivClassName
{
background-color: #319CCC;
}
.BgClassName
{
background-color: #319CCC;
}
</style>
border-color css
<style>
span { border-color: #319CCC; }
span { border-color: rgb(49,156,204); }
td.TdClassName
{
border-color: #319CCC;
}
.TagClassName
{
border-color: #319CCC;
}
</style>