Shades of Summer Sky #319ACF
Tints of Summer Sky #319ACF
RGB
CMYK
RGB Variations
Color information
#319ACF (or 0x319ACF) is known color: Summer Sky. HEX triplet: 31, 9A and CF. RGB value is (49,154,207). Sum of RGB (Red+Green+Blue) = 49+154+207=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #319ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ACF is #CE6530. Grayscale: #808080. Windows color (decimal): -13526321 or 13605425. OLE color: 13605425.
HSL color Cylindrical-coordinate representation of color #319ACF: hue angle of 200.13º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319ACF is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 154 | 207 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.19 |
| HSL | 200.13º | 0.62% | 0.5% | - |
| HSV(B) | 200.13º | 0.76% | 0.81% | - |
| XYZ | 24.08 | 28.27 | 63.22 | - |
| YUV | 128.65 | 172.21 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 207 | 0.76 | 0.26 | 0 | 0.19 | 200.13 | 0.62 | 0.5 |
| Hex | 31 | 9A | CF | 4C | 1A | 0 | 13 | C8 | 3E | 32 |
| Octal | 61 | 232 | 317 | 114 | 32 | 0 | 23 | 310 | 76 | 62 |
| Binary | 110001 | 10011010 | 11001111 | 1001100 | 11010 | 0 | 10011 | 11001000 | 111110 | 110010 |
Color Harmonies of #319ACF
Complementary color
Monochromatic Colors of #319ACF
Black with #319ACF
Text Example
Text Example
White with #319ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319ACF; }
p { color: rgb(49,154,207); }
H1.HeaderClassName
{
color: #319ACF;
}
.AnyTagClassName
{
color: #319ACF;
}
</style>
background-color css
<style>
a { background-color: #319ACF; }
a { background-color: rgb(49,154,207); }
div.DivClassName
{
background-color: #319ACF;
}
.BgClassName
{
background-color: #319ACF;
}
</style>
border-color css
<style>
span { border-color: #319ACF; }
span { border-color: rgb(49,154,207); }
td.TdClassName
{
border-color: #319ACF;
}
.TagClassName
{
border-color: #319ACF;
}
</style>