Shades of Summer Sky #3DA4D2
Tints of Summer Sky #3DA4D2
RGB
CMYK
RGB Variations
Color information
#3DA4D2 (or 0x3DA4D2) is known color: Summer Sky. HEX triplet: 3D, A4 and D2. RGB value is (61,164,210). Sum of RGB (Red+Green+Blue) = 61+164+210=435 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.02% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 210 (82.42% from 255 or 48.28% from 435); Max value from RGB is 210 - color contains mainly: blue. Hex color #3DA4D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA4D2 is #C25B2D. Grayscale: #8A8A8A. Windows color (decimal): -12737326 or 13804605. OLE color: 13804605.
HSL color Cylindrical-coordinate representation of color #3DA4D2: hue angle of 198.52º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DA4D2 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 164 | 210 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.18 |
| HSL | 198.52º | 0.62% | 0.53% | - |
| HSV(B) | 198.52º | 0.71% | 0.82% | - |
| XYZ | 26.83 | 32.2 | 65.77 | - |
| YUV | 138.45 | 168.38 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 210 | 0.71 | 0.22 | 0 | 0.18 | 198.52 | 0.62 | 0.53 |
| Hex | 3D | A4 | D2 | 47 | 16 | 0 | 12 | C7 | 3E | 35 |
| Octal | 75 | 244 | 322 | 107 | 26 | 0 | 22 | 307 | 76 | 65 |
| Binary | 111101 | 10100100 | 11010010 | 1000111 | 10110 | 0 | 10010 | 11000111 | 111110 | 110101 |
Color Harmonies of #3DA4D2
Complementary color
Monochromatic Colors of #3DA4D2
Black with #3DA4D2
Text Example
Text Example
White with #3DA4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA4D2; }
p { color: rgb(61,164,210); }
H1.HeaderClassName
{
color: #3DA4D2;
}
.AnyTagClassName
{
color: #3DA4D2;
}
</style>
background-color css
<style>
a { background-color: #3DA4D2; }
a { background-color: rgb(61,164,210); }
div.DivClassName
{
background-color: #3DA4D2;
}
.BgClassName
{
background-color: #3DA4D2;
}
</style>
border-color css
<style>
span { border-color: #3DA4D2; }
span { border-color: rgb(61,164,210); }
td.TdClassName
{
border-color: #3DA4D2;
}
.TagClassName
{
border-color: #3DA4D2;
}
</style>