Shades of Summer Sky #3DA8DC
Tints of Summer Sky #3DA8DC
RGB
CMYK
RGB Variations
Color information
#3DA8DC (or 0x3DA8DC) is known color: Summer Sky. HEX triplet: 3D, A8 and DC. RGB value is (61,168,220). Sum of RGB (Red+Green+Blue) = 61+168+220=449 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.59% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DA8DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA8DC is #C25723. Grayscale: #8D8D8D. Windows color (decimal): -12736292 or 14460989. OLE color: 14460989.
HSL color Cylindrical-coordinate representation of color #3DA8DC: hue angle of 199.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DA8DC is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 168 | 220 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.14 |
| HSL | 199.62º | 0.69% | 0.55% | - |
| HSV(B) | 199.62º | 0.72% | 0.86% | - |
| XYZ | 28.85 | 34.16 | 72.78 | - |
| YUV | 141.94 | 172.05 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 220 | 0.72 | 0.24 | 0 | 0.14 | 199.62 | 0.69 | 0.55 |
| Hex | 3D | A8 | DC | 48 | 18 | 0 | E | C8 | 45 | 37 |
| Octal | 75 | 250 | 334 | 110 | 30 | 0 | 16 | 310 | 105 | 67 |
| Binary | 111101 | 10101000 | 11011100 | 1001000 | 11000 | 0 | 1110 | 11001000 | 1000101 | 110111 |
Color Harmonies of #3DA8DC
Complementary color
Monochromatic Colors of #3DA8DC
Black with #3DA8DC
Text Example
Text Example
White with #3DA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA8DC; }
p { color: rgb(61,168,220); }
H1.HeaderClassName
{
color: #3DA8DC;
}
.AnyTagClassName
{
color: #3DA8DC;
}
</style>
background-color css
<style>
a { background-color: #3DA8DC; }
a { background-color: rgb(61,168,220); }
div.DivClassName
{
background-color: #3DA8DC;
}
.BgClassName
{
background-color: #3DA8DC;
}
</style>
border-color css
<style>
span { border-color: #3DA8DC; }
span { border-color: rgb(61,168,220); }
td.TdClassName
{
border-color: #3DA8DC;
}
.TagClassName
{
border-color: #3DA8DC;
}
</style>