Shades of Summer Sky #319CDB
Tints of Summer Sky #319CDB
RGB
CMYK
RGB Variations
Color information
#319CDB (or 0x319CDB) is known color: Summer Sky. HEX triplet: 31, 9C and DB. RGB value is (49,156,219). Sum of RGB (Red+Green+Blue) = 49+156+219=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #319CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319CDB is #CE6324. Grayscale: #828282. Windows color (decimal): -13525797 or 14392369. OLE color: 14392369.
HSL color Cylindrical-coordinate representation of color #319CDB: hue angle of 202.24º degrees, saturation: 0.7, 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 #319CDB is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 156 | 219 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.14 |
| HSL | 202.24º | 0.7% | 0.53% | - |
| HSV(B) | 202.24º | 0.78% | 0.86% | - |
| XYZ | 25.94 | 29.54 | 71.35 | - |
| YUV | 131.19 | 177.55 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 219 | 0.78 | 0.29 | 0 | 0.14 | 202.24 | 0.7 | 0.53 |
| Hex | 31 | 9C | DB | 4E | 1D | 0 | E | CA | 46 | 35 |
| Octal | 61 | 234 | 333 | 116 | 35 | 0 | 16 | 312 | 106 | 65 |
| Binary | 110001 | 10011100 | 11011011 | 1001110 | 11101 | 0 | 1110 | 11001010 | 1000110 | 110101 |
Color Harmonies of #319CDB
Complementary color
Monochromatic Colors of #319CDB
Black with #319CDB
Text Example
Text Example
White with #319CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319CDB; }
p { color: rgb(49,156,219); }
H1.HeaderClassName
{
color: #319CDB;
}
.AnyTagClassName
{
color: #319CDB;
}
</style>
background-color css
<style>
a { background-color: #319CDB; }
a { background-color: rgb(49,156,219); }
div.DivClassName
{
background-color: #319CDB;
}
.BgClassName
{
background-color: #319CDB;
}
</style>
border-color css
<style>
span { border-color: #319CDB; }
span { border-color: rgb(49,156,219); }
td.TdClassName
{
border-color: #319CDB;
}
.TagClassName
{
border-color: #319CDB;
}
</style>