Shades of Summer Sky #3192DE
Tints of Summer Sky #3192DE
RGB
CMYK
RGB Variations
Color information
#3192DE (or 0x3192DE) is known color: Summer Sky. HEX triplet: 31, 92 and DE. RGB value is (49,146,222). Sum of RGB (Red+Green+Blue) = 49+146+222=417 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.75% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #3192DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3192DE is #CE6D21. Grayscale: #7D7D7D. Windows color (decimal): -13528354 or 14586417. OLE color: 14586417.
HSL color Cylindrical-coordinate representation of color #3192DE: hue angle of 206.36º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3192DE is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 146 | 222 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.13 |
| HSL | 206.36º | 0.72% | 0.53% | - |
| HSV(B) | 206.36º | 0.78% | 0.87% | - |
| XYZ | 24.73 | 26.48 | 72.92 | - |
| YUV | 125.66 | 182.36 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 222 | 0.78 | 0.34 | 0 | 0.13 | 206.36 | 0.72 | 0.53 |
| Hex | 31 | 92 | DE | 4E | 22 | 0 | D | CE | 48 | 35 |
| Octal | 61 | 222 | 336 | 116 | 42 | 0 | 15 | 316 | 110 | 65 |
| Binary | 110001 | 10010010 | 11011110 | 1001110 | 100010 | 0 | 1101 | 11001110 | 1001000 | 110101 |
Color Harmonies of #3192DE
Complementary color
Monochromatic Colors of #3192DE
Black with #3192DE
Text Example
Text Example
White with #3192DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3192DE; }
p { color: rgb(49,146,222); }
H1.HeaderClassName
{
color: #3192DE;
}
.AnyTagClassName
{
color: #3192DE;
}
</style>
background-color css
<style>
a { background-color: #3192DE; }
a { background-color: rgb(49,146,222); }
div.DivClassName
{
background-color: #3192DE;
}
.BgClassName
{
background-color: #3192DE;
}
</style>
border-color css
<style>
span { border-color: #3192DE; }
span { border-color: rgb(49,146,222); }
td.TdClassName
{
border-color: #3192DE;
}
.TagClassName
{
border-color: #3192DE;
}
</style>