Shades of Summer Sky #3DA8EA
Tints of Summer Sky #3DA8EA
RGB
CMYK
RGB Variations
Color information
#3DA8EA (or 0x3DA8EA) is known color: Summer Sky. HEX triplet: 3D, A8 and EA. RGB value is (61,168,234). Sum of RGB (Red+Green+Blue) = 61+168+234=463 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.17% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #3DA8EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA8EA is #C25715. Grayscale: #8F8F8F. Windows color (decimal): -12736278 or 15378493. OLE color: 15378493.
HSL color Cylindrical-coordinate representation of color #3DA8EA: hue angle of 202.89º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DA8EA is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 168 | 234 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.08 |
| HSL | 202.89º | 0.8% | 0.58% | - |
| HSV(B) | 202.89º | 0.74% | 0.92% | - |
| XYZ | 30.78 | 34.94 | 82.96 | - |
| YUV | 143.53 | 179.05 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 234 | 0.74 | 0.28 | 0 | 0.08 | 202.89 | 0.8 | 0.58 |
| Hex | 3D | A8 | EA | 4A | 1C | 0 | 8 | CB | 50 | 3A |
| Octal | 75 | 250 | 352 | 112 | 34 | 0 | 10 | 313 | 120 | 72 |
| Binary | 111101 | 10101000 | 11101010 | 1001010 | 11100 | 0 | 1000 | 11001011 | 1010000 | 111010 |
Color Harmonies of #3DA8EA
Complementary color
Monochromatic Colors of #3DA8EA
Black with #3DA8EA
Text Example
Text Example
White with #3DA8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA8EA; }
p { color: rgb(61,168,234); }
H1.HeaderClassName
{
color: #3DA8EA;
}
.AnyTagClassName
{
color: #3DA8EA;
}
</style>
background-color css
<style>
a { background-color: #3DA8EA; }
a { background-color: rgb(61,168,234); }
div.DivClassName
{
background-color: #3DA8EA;
}
.BgClassName
{
background-color: #3DA8EA;
}
</style>
border-color css
<style>
span { border-color: #3DA8EA; }
span { border-color: rgb(61,168,234); }
td.TdClassName
{
border-color: #3DA8EA;
}
.TagClassName
{
border-color: #3DA8EA;
}
</style>