Shades of Summer Sky #3AA0DC
Tints of Summer Sky #3AA0DC
RGB
CMYK
RGB Variations
Color information
#3AA0DC (or 0x3AA0DC) is known color: Summer Sky. HEX triplet: 3A, A0 and DC. RGB value is (58,160,220). Sum of RGB (Red+Green+Blue) = 58+160+220=438 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.24% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AA0DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA0DC is #C55F23. Grayscale: #878787. Windows color (decimal): -12934948 or 14458938. OLE color: 14458938.
HSL color Cylindrical-coordinate representation of color #3AA0DC: hue angle of 202.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AA0DC is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 160 | 220 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.14 |
| HSL | 202.22º | 0.7% | 0.55% | - |
| HSV(B) | 202.22º | 0.74% | 0.86% | - |
| XYZ | 27.23 | 31.21 | 72.3 | - |
| YUV | 136.34 | 175.21 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 220 | 0.74 | 0.27 | 0 | 0.14 | 202.22 | 0.7 | 0.55 |
| Hex | 3A | A0 | DC | 4A | 1B | 0 | E | CA | 46 | 37 |
| Octal | 72 | 240 | 334 | 112 | 33 | 0 | 16 | 312 | 106 | 67 |
| Binary | 111010 | 10100000 | 11011100 | 1001010 | 11011 | 0 | 1110 | 11001010 | 1000110 | 110111 |
Color Harmonies of #3AA0DC
Complementary color
Monochromatic Colors of #3AA0DC
Black with #3AA0DC
Text Example
Text Example
White with #3AA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA0DC; }
p { color: rgb(58,160,220); }
H1.HeaderClassName
{
color: #3AA0DC;
}
.AnyTagClassName
{
color: #3AA0DC;
}
</style>
background-color css
<style>
a { background-color: #3AA0DC; }
a { background-color: rgb(58,160,220); }
div.DivClassName
{
background-color: #3AA0DC;
}
.BgClassName
{
background-color: #3AA0DC;
}
</style>
border-color css
<style>
span { border-color: #3AA0DC; }
span { border-color: rgb(58,160,220); }
td.TdClassName
{
border-color: #3AA0DC;
}
.TagClassName
{
border-color: #3AA0DC;
}
</style>