Shades of Summer Sky #3194DB
Tints of Summer Sky #3194DB
RGB
CMYK
RGB Variations
Color information
#3194DB (or 0x3194DB) is known color: Summer Sky. HEX triplet: 31, 94 and DB. RGB value is (49,148,219). Sum of RGB (Red+Green+Blue) = 49+148+219=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #3194DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3194DB is #CE6B24. Grayscale: #7E7E7E. Windows color (decimal): -13527845 or 14390321. OLE color: 14390321.
HSL color Cylindrical-coordinate representation of color #3194DB: hue angle of 205.06º 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 #3194DB is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 148 | 219 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.14 |
| HSL | 205.06º | 0.7% | 0.53% | - |
| HSV(B) | 205.06º | 0.78% | 0.86% | - |
| XYZ | 24.64 | 26.95 | 70.92 | - |
| YUV | 126.49 | 180.2 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 148 | 219 | 0.78 | 0.32 | 0 | 0.14 | 205.06 | 0.7 | 0.53 |
| Hex | 31 | 94 | DB | 4E | 20 | 0 | E | CD | 46 | 35 |
| Octal | 61 | 224 | 333 | 116 | 40 | 0 | 16 | 315 | 106 | 65 |
| Binary | 110001 | 10010100 | 11011011 | 1001110 | 100000 | 0 | 1110 | 11001101 | 1000110 | 110101 |
Color Harmonies of #3194DB
Complementary color
Monochromatic Colors of #3194DB
Black with #3194DB
Text Example
Text Example
White with #3194DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3194DB; }
p { color: rgb(49,148,219); }
H1.HeaderClassName
{
color: #3194DB;
}
.AnyTagClassName
{
color: #3194DB;
}
</style>
background-color css
<style>
a { background-color: #3194DB; }
a { background-color: rgb(49,148,219); }
div.DivClassName
{
background-color: #3194DB;
}
.BgClassName
{
background-color: #3194DB;
}
</style>
border-color css
<style>
span { border-color: #3194DB; }
span { border-color: rgb(49,148,219); }
td.TdClassName
{
border-color: #3194DB;
}
.TagClassName
{
border-color: #3194DB;
}
</style>