Shades of Summer Sky #3193D5
Tints of Summer Sky #3193D5
RGB
CMYK
RGB Variations
Color information
#3193D5 (or 0x3193D5) is known color: Summer Sky. HEX triplet: 31, 93 and D5. RGB value is (49,147,213). Sum of RGB (Red+Green+Blue) = 49+147+213=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #3193D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3193D5 is #CE6C2A. Grayscale: #7C7C7C. Windows color (decimal): -13528107 or 13996849. OLE color: 13996849.
HSL color Cylindrical-coordinate representation of color #3193D5: hue angle of 204.15º 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 #3193D5 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 147 | 213 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.16 |
| HSL | 204.15º | 0.66% | 0.51% | - |
| HSV(B) | 204.15º | 0.77% | 0.84% | - |
| XYZ | 23.71 | 26.32 | 66.78 | - |
| YUV | 125.22 | 177.53 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 213 | 0.77 | 0.31 | 0 | 0.16 | 204.15 | 0.66 | 0.51 |
| Hex | 31 | 93 | D5 | 4D | 1F | 0 | 10 | CC | 42 | 33 |
| Octal | 61 | 223 | 325 | 115 | 37 | 0 | 20 | 314 | 102 | 63 |
| Binary | 110001 | 10010011 | 11010101 | 1001101 | 11111 | 0 | 10000 | 11001100 | 1000010 | 110011 |
Color Harmonies of #3193D5
Complementary color
Monochromatic Colors of #3193D5
Black with #3193D5
Text Example
Text Example
White with #3193D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3193D5; }
p { color: rgb(49,147,213); }
H1.HeaderClassName
{
color: #3193D5;
}
.AnyTagClassName
{
color: #3193D5;
}
</style>
background-color css
<style>
a { background-color: #3193D5; }
a { background-color: rgb(49,147,213); }
div.DivClassName
{
background-color: #3193D5;
}
.BgClassName
{
background-color: #3193D5;
}
</style>
border-color css
<style>
span { border-color: #3193D5; }
span { border-color: rgb(49,147,213); }
td.TdClassName
{
border-color: #3193D5;
}
.TagClassName
{
border-color: #3193D5;
}
</style>