Shades of Summer Sky #3995D6
Tints of Summer Sky #3995D6
RGB
CMYK
RGB Variations
Color information
#3995D6 (or 0x3995D6) is known color: Summer Sky. HEX triplet: 39, 95 and D6. RGB value is (57,149,214). Sum of RGB (Red+Green+Blue) = 57+149+214=420 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.57% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #3995D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3995D6 is #C66A29. Grayscale: #808080. Windows color (decimal): -13003306 or 14062905. OLE color: 14062905.
HSL color Cylindrical-coordinate representation of color #3995D6: hue angle of 204.84º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3995D6 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 149 | 214 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.16 |
| HSL | 204.84º | 0.66% | 0.53% | - |
| HSV(B) | 204.84º | 0.73% | 0.84% | - |
| XYZ | 24.57 | 27.22 | 67.58 | - |
| YUV | 128.9 | 176.02 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 214 | 0.73 | 0.30 | 0 | 0.16 | 204.84 | 0.66 | 0.53 |
| Hex | 39 | 95 | D6 | 49 | 1E | 0 | 10 | CD | 42 | 35 |
| Octal | 71 | 225 | 326 | 111 | 36 | 0 | 20 | 315 | 102 | 65 |
| Binary | 111001 | 10010101 | 11010110 | 1001001 | 11110 | 0 | 10000 | 11001101 | 1000010 | 110101 |
Color Harmonies of #3995D6
Complementary color
Monochromatic Colors of #3995D6
Black with #3995D6
Text Example
Text Example
White with #3995D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3995D6; }
p { color: rgb(57,149,214); }
H1.HeaderClassName
{
color: #3995D6;
}
.AnyTagClassName
{
color: #3995D6;
}
</style>
background-color css
<style>
a { background-color: #3995D6; }
a { background-color: rgb(57,149,214); }
div.DivClassName
{
background-color: #3995D6;
}
.BgClassName
{
background-color: #3995D6;
}
</style>
border-color css
<style>
span { border-color: #3995D6; }
span { border-color: rgb(57,149,214); }
td.TdClassName
{
border-color: #3995D6;
}
.TagClassName
{
border-color: #3995D6;
}
</style>