Shades of Summer Sky #3E96DA
Tints of Summer Sky #3E96DA
RGB
CMYK
RGB Variations
Color information
#3E96DA (or 0x3E96DA) is known color: Summer Sky. HEX triplet: 3E, 96 and DA. RGB value is (62,150,218). Sum of RGB (Red+Green+Blue) = 62+150+218=430 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.42% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E96DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E96DA is #C16925. Grayscale: #838383. Windows color (decimal): -12675366 or 14325310. OLE color: 14325310.
HSL color Cylindrical-coordinate representation of color #3E96DA: hue angle of 206.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E96DA is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 150 | 218 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.15 |
| HSL | 206.15º | 0.68% | 0.55% | - |
| HSV(B) | 206.15º | 0.72% | 0.85% | - |
| XYZ | 25.55 | 27.9 | 70.37 | - |
| YUV | 131.44 | 176.85 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 150 | 218 | 0.72 | 0.31 | 0 | 0.15 | 206.15 | 0.68 | 0.55 |
| Hex | 3E | 96 | DA | 48 | 1F | 0 | F | CE | 44 | 37 |
| Octal | 76 | 226 | 332 | 110 | 37 | 0 | 17 | 316 | 104 | 67 |
| Binary | 111110 | 10010110 | 11011010 | 1001000 | 11111 | 0 | 1111 | 11001110 | 1000100 | 110111 |
Color Harmonies of #3E96DA
Complementary color
Monochromatic Colors of #3E96DA
Black with #3E96DA
Text Example
Text Example
White with #3E96DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E96DA; }
p { color: rgb(62,150,218); }
H1.HeaderClassName
{
color: #3E96DA;
}
.AnyTagClassName
{
color: #3E96DA;
}
</style>
background-color css
<style>
a { background-color: #3E96DA; }
a { background-color: rgb(62,150,218); }
div.DivClassName
{
background-color: #3E96DA;
}
.BgClassName
{
background-color: #3E96DA;
}
</style>
border-color css
<style>
span { border-color: #3E96DA; }
span { border-color: rgb(62,150,218); }
td.TdClassName
{
border-color: #3E96DA;
}
.TagClassName
{
border-color: #3E96DA;
}
</style>