Shades of Summer Sky #3E94DF
Tints of Summer Sky #3E94DF
RGB
CMYK
RGB Variations
Color information
#3E94DF (or 0x3E94DF) is known color: Summer Sky. HEX triplet: 3E, 94 and DF. RGB value is (62,148,223). Sum of RGB (Red+Green+Blue) = 62+148+223=433 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.32% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E94DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E94DF is #C16B20. Grayscale: #828282. Windows color (decimal): -12675873 or 14652478. OLE color: 14652478.
HSL color Cylindrical-coordinate representation of color #3E94DF: hue angle of 207.95º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E94DF is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 148 | 223 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.13 |
| HSL | 207.95º | 0.72% | 0.56% | - |
| HSV(B) | 207.95º | 0.72% | 0.87% | - |
| XYZ | 25.9 | 27.53 | 73.76 | - |
| YUV | 130.84 | 180.01 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 148 | 223 | 0.72 | 0.34 | 0 | 0.13 | 207.95 | 0.72 | 0.56 |
| Hex | 3E | 94 | DF | 48 | 22 | 0 | D | D0 | 48 | 38 |
| Octal | 76 | 224 | 337 | 110 | 42 | 0 | 15 | 320 | 110 | 70 |
| Binary | 111110 | 10010100 | 11011111 | 1001000 | 100010 | 0 | 1101 | 11010000 | 1001000 | 111000 |
Color Harmonies of #3E94DF
Complementary color
Monochromatic Colors of #3E94DF
Black with #3E94DF
Text Example
Text Example
White with #3E94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E94DF; }
p { color: rgb(62,148,223); }
H1.HeaderClassName
{
color: #3E94DF;
}
.AnyTagClassName
{
color: #3E94DF;
}
</style>
background-color css
<style>
a { background-color: #3E94DF; }
a { background-color: rgb(62,148,223); }
div.DivClassName
{
background-color: #3E94DF;
}
.BgClassName
{
background-color: #3E94DF;
}
</style>
border-color css
<style>
span { border-color: #3E94DF; }
span { border-color: rgb(62,148,223); }
td.TdClassName
{
border-color: #3E94DF;
}
.TagClassName
{
border-color: #3E94DF;
}
</style>