Shades of Summer Sky #3DA2EF
Tints of Summer Sky #3DA2EF
RGB
CMYK
RGB Variations
Color information
#3DA2EF (or 0x3DA2EF) is known color: Summer Sky. HEX triplet: 3D, A2 and EF. RGB value is (61,162,239). Sum of RGB (Red+Green+Blue) = 61+162+239=462 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.20% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DA2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA2EF is #C25D10. Grayscale: #8C8C8C. Windows color (decimal): -12737809 or 15704637. OLE color: 15704637.
HSL color Cylindrical-coordinate representation of color #3DA2EF: hue angle of 205.96º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DA2EF is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 162 | 239 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.06 |
| HSL | 205.96º | 0.85% | 0.59% | - |
| HSV(B) | 205.96º | 0.74% | 0.94% | - |
| XYZ | 30.42 | 33.06 | 86.44 | - |
| YUV | 140.58 | 183.54 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 239 | 0.74 | 0.32 | 0 | 0.06 | 205.96 | 0.85 | 0.59 |
| Hex | 3D | A2 | EF | 4A | 20 | 0 | 6 | CE | 55 | 3B |
| Octal | 75 | 242 | 357 | 112 | 40 | 0 | 6 | 316 | 125 | 73 |
| Binary | 111101 | 10100010 | 11101111 | 1001010 | 100000 | 0 | 110 | 11001110 | 1010101 | 111011 |
Color Harmonies of #3DA2EF
Complementary color
Monochromatic Colors of #3DA2EF
Black with #3DA2EF
Text Example
Text Example
White with #3DA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA2EF; }
p { color: rgb(61,162,239); }
H1.HeaderClassName
{
color: #3DA2EF;
}
.AnyTagClassName
{
color: #3DA2EF;
}
</style>
background-color css
<style>
a { background-color: #3DA2EF; }
a { background-color: rgb(61,162,239); }
div.DivClassName
{
background-color: #3DA2EF;
}
.BgClassName
{
background-color: #3DA2EF;
}
</style>
border-color css
<style>
span { border-color: #3DA2EF; }
span { border-color: rgb(61,162,239); }
td.TdClassName
{
border-color: #3DA2EF;
}
.TagClassName
{
border-color: #3DA2EF;
}
</style>