Shades of Summer Sky #3995D8
Tints of Summer Sky #3995D8
RGB
CMYK
RGB Variations
Color information
#3995D8 (or 0x3995D8) is known color: Summer Sky. HEX triplet: 39, 95 and D8. RGB value is (57,149,216). Sum of RGB (Red+Green+Blue) = 57+149+216=422 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.51% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #3995D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3995D8 is #C66A27. Grayscale: #808080. Windows color (decimal): -13003304 or 14193977. OLE color: 14193977.
HSL color Cylindrical-coordinate representation of color #3995D8: hue angle of 205.28º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3995D8 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 149 | 216 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.15 |
| HSL | 205.28º | 0.67% | 0.54% | - |
| HSV(B) | 205.28º | 0.74% | 0.85% | - |
| XYZ | 24.83 | 27.32 | 68.93 | - |
| YUV | 129.13 | 177.02 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 216 | 0.74 | 0.31 | 0 | 0.15 | 205.28 | 0.67 | 0.54 |
| Hex | 39 | 95 | D8 | 4A | 1F | 0 | F | CD | 43 | 36 |
| Octal | 71 | 225 | 330 | 112 | 37 | 0 | 17 | 315 | 103 | 66 |
| Binary | 111001 | 10010101 | 11011000 | 1001010 | 11111 | 0 | 1111 | 11001101 | 1000011 | 110110 |
Color Harmonies of #3995D8
Complementary color
Monochromatic Colors of #3995D8
Black with #3995D8
Text Example
Text Example
White with #3995D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3995D8; }
p { color: rgb(57,149,216); }
H1.HeaderClassName
{
color: #3995D8;
}
.AnyTagClassName
{
color: #3995D8;
}
</style>
background-color css
<style>
a { background-color: #3995D8; }
a { background-color: rgb(57,149,216); }
div.DivClassName
{
background-color: #3995D8;
}
.BgClassName
{
background-color: #3995D8;
}
</style>
border-color css
<style>
span { border-color: #3995D8; }
span { border-color: rgb(57,149,216); }
td.TdClassName
{
border-color: #3995D8;
}
.TagClassName
{
border-color: #3995D8;
}
</style>