Shades of Summer Sky #319ACC
Tints of Summer Sky #319ACC
RGB
CMYK
RGB Variations
Color information
#319ACC (or 0x319ACC) is known color: Summer Sky. HEX triplet: 31, 9A and CC. RGB value is (49,154,204). Sum of RGB (Red+Green+Blue) = 49+154+204=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #319ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ACC is #CE6533. Grayscale: #808080. Windows color (decimal): -13526324 or 13408817. OLE color: 13408817.
HSL color Cylindrical-coordinate representation of color #319ACC: hue angle of 199.35º 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 #319ACC is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 154 | 204 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.2 |
| HSL | 199.35º | 0.61% | 0.5% | - |
| HSV(B) | 199.35º | 0.76% | 0.8% | - |
| XYZ | 23.72 | 28.12 | 61.3 | - |
| YUV | 128.31 | 170.71 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 204 | 0.76 | 0.25 | 0 | 0.2 | 199.35 | 0.61 | 0.5 |
| Hex | 31 | 9A | CC | 4C | 19 | 0 | 14 | C7 | 3D | 32 |
| Octal | 61 | 232 | 314 | 114 | 31 | 0 | 24 | 307 | 75 | 62 |
| Binary | 110001 | 10011010 | 11001100 | 1001100 | 11001 | 0 | 10100 | 11000111 | 111101 | 110010 |
Color Harmonies of #319ACC
Complementary color
Monochromatic Colors of #319ACC
Black with #319ACC
Text Example
Text Example
White with #319ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319ACC; }
p { color: rgb(49,154,204); }
H1.HeaderClassName
{
color: #319ACC;
}
.AnyTagClassName
{
color: #319ACC;
}
</style>
background-color css
<style>
a { background-color: #319ACC; }
a { background-color: rgb(49,154,204); }
div.DivClassName
{
background-color: #319ACC;
}
.BgClassName
{
background-color: #319ACC;
}
</style>
border-color css
<style>
span { border-color: #319ACC; }
span { border-color: rgb(49,154,204); }
td.TdClassName
{
border-color: #319ACC;
}
.TagClassName
{
border-color: #319ACC;
}
</style>