Shades of Summer Sky #3190DF
Tints of Summer Sky #3190DF
RGB
CMYK
RGB Variations
Color information
#3190DF (or 0x3190DF) is known color: Summer Sky. HEX triplet: 31, 90 and DF. RGB value is (49,144,223). Sum of RGB (Red+Green+Blue) = 49+144+223=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #3190DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3190DF is #CE6F20. Grayscale: #7C7C7C. Windows color (decimal): -13528865 or 14651441. OLE color: 14651441.
HSL color Cylindrical-coordinate representation of color #3190DF: hue angle of 207.24º degrees, saturation: 0.73, 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 #3190DF is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 144 | 223 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.13 |
| HSL | 207.24º | 0.73% | 0.53% | - |
| HSV(B) | 207.24º | 0.78% | 0.87% | - |
| XYZ | 24.56 | 25.93 | 73.52 | - |
| YUV | 124.6 | 183.53 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 144 | 223 | 0.78 | 0.35 | 0 | 0.13 | 207.24 | 0.73 | 0.53 |
| Hex | 31 | 90 | DF | 4E | 23 | 0 | D | CF | 49 | 35 |
| Octal | 61 | 220 | 337 | 116 | 43 | 0 | 15 | 317 | 111 | 65 |
| Binary | 110001 | 10010000 | 11011111 | 1001110 | 100011 | 0 | 1101 | 11001111 | 1001001 | 110101 |
Color Harmonies of #3190DF
Complementary color
Monochromatic Colors of #3190DF
Black with #3190DF
Text Example
Text Example
White with #3190DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3190DF; }
p { color: rgb(49,144,223); }
H1.HeaderClassName
{
color: #3190DF;
}
.AnyTagClassName
{
color: #3190DF;
}
</style>
background-color css
<style>
a { background-color: #3190DF; }
a { background-color: rgb(49,144,223); }
div.DivClassName
{
background-color: #3190DF;
}
.BgClassName
{
background-color: #3190DF;
}
</style>
border-color css
<style>
span { border-color: #3190DF; }
span { border-color: rgb(49,144,223); }
td.TdClassName
{
border-color: #3190DF;
}
.TagClassName
{
border-color: #3190DF;
}
</style>