Shades of Summer Sky #3194D5
Tints of Summer Sky #3194D5
RGB
CMYK
RGB Variations
Color information
#3194D5 (or 0x3194D5) is known color: Summer Sky. HEX triplet: 31, 94 and D5. RGB value is (49,148,213). Sum of RGB (Red+Green+Blue) = 49+148+213=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #3194D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3194D5 is #CE6B2A. Grayscale: #7D7D7D. Windows color (decimal): -13527851 or 13997105. OLE color: 13997105.
HSL color Cylindrical-coordinate representation of color #3194D5: hue angle of 203.78º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3194D5 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 148 | 213 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.16 |
| HSL | 203.78º | 0.66% | 0.51% | - |
| HSV(B) | 203.78º | 0.77% | 0.84% | - |
| XYZ | 23.87 | 26.64 | 66.83 | - |
| YUV | 125.81 | 177.2 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 148 | 213 | 0.77 | 0.31 | 0 | 0.16 | 203.78 | 0.66 | 0.51 |
| Hex | 31 | 94 | D5 | 4D | 1F | 0 | 10 | CC | 42 | 33 |
| Octal | 61 | 224 | 325 | 115 | 37 | 0 | 20 | 314 | 102 | 63 |
| Binary | 110001 | 10010100 | 11010101 | 1001101 | 11111 | 0 | 10000 | 11001100 | 1000010 | 110011 |
Color Harmonies of #3194D5
Complementary color
Monochromatic Colors of #3194D5
Black with #3194D5
Text Example
Text Example
White with #3194D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3194D5; }
p { color: rgb(49,148,213); }
H1.HeaderClassName
{
color: #3194D5;
}
.AnyTagClassName
{
color: #3194D5;
}
</style>
background-color css
<style>
a { background-color: #3194D5; }
a { background-color: rgb(49,148,213); }
div.DivClassName
{
background-color: #3194D5;
}
.BgClassName
{
background-color: #3194D5;
}
</style>
border-color css
<style>
span { border-color: #3194D5; }
span { border-color: rgb(49,148,213); }
td.TdClassName
{
border-color: #3194D5;
}
.TagClassName
{
border-color: #3194D5;
}
</style>