Shades of Summer Sky #3AAEE0
Tints of Summer Sky #3AAEE0
RGB
CMYK
RGB Variations
Color information
#3AAEE0 (or 0x3AAEE0) is known color: Summer Sky. HEX triplet: 3A, AE and E0. RGB value is (58,174,224). Sum of RGB (Red+Green+Blue) = 58+174+224=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #3AAEE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAEE0 is #C5511F. Grayscale: #909090. Windows color (decimal): -12931360 or 14724666. OLE color: 14724666.
HSL color Cylindrical-coordinate representation of color #3AAEE0: hue angle of 198.07º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AAEE0 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 174 | 224 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.12 |
| HSL | 198.07º | 0.73% | 0.55% | - |
| HSV(B) | 198.07º | 0.74% | 0.88% | - |
| XYZ | 30.34 | 36.55 | 75.98 | - |
| YUV | 145.02 | 172.57 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 224 | 0.74 | 0.22 | 0 | 0.12 | 198.07 | 0.73 | 0.55 |
| Hex | 3A | AE | E0 | 4A | 16 | 0 | C | C6 | 49 | 37 |
| Octal | 72 | 256 | 340 | 112 | 26 | 0 | 14 | 306 | 111 | 67 |
| Binary | 111010 | 10101110 | 11100000 | 1001010 | 10110 | 0 | 1100 | 11000110 | 1001001 | 110111 |
Color Harmonies of #3AAEE0
Complementary color
Monochromatic Colors of #3AAEE0
Black with #3AAEE0
Text Example
Text Example
White with #3AAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAEE0; }
p { color: rgb(58,174,224); }
H1.HeaderClassName
{
color: #3AAEE0;
}
.AnyTagClassName
{
color: #3AAEE0;
}
</style>
background-color css
<style>
a { background-color: #3AAEE0; }
a { background-color: rgb(58,174,224); }
div.DivClassName
{
background-color: #3AAEE0;
}
.BgClassName
{
background-color: #3AAEE0;
}
</style>
border-color css
<style>
span { border-color: #3AAEE0; }
span { border-color: rgb(58,174,224); }
td.TdClassName
{
border-color: #3AAEE0;
}
.TagClassName
{
border-color: #3AAEE0;
}
</style>