Shades of Summer Sky #3AA2DB
Tints of Summer Sky #3AA2DB
RGB
CMYK
RGB Variations
Color information
#3AA2DB (or 0x3AA2DB) is known color: Summer Sky. HEX triplet: 3A, A2 and DB. RGB value is (58,162,219). Sum of RGB (Red+Green+Blue) = 58+162+219=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AA2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA2DB is #C55D24. Grayscale: #898989. Windows color (decimal): -12934437 or 14393914. OLE color: 14393914.
HSL color Cylindrical-coordinate representation of color #3AA2DB: hue angle of 201.24º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AA2DB is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 162 | 219 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.14 |
| HSL | 201.24º | 0.69% | 0.54% | - |
| HSV(B) | 201.24º | 0.74% | 0.86% | - |
| XYZ | 27.45 | 31.85 | 71.72 | - |
| YUV | 137.4 | 174.04 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 162 | 219 | 0.74 | 0.26 | 0 | 0.14 | 201.24 | 0.69 | 0.54 |
| Hex | 3A | A2 | DB | 4A | 1A | 0 | E | C9 | 45 | 36 |
| Octal | 72 | 242 | 333 | 112 | 32 | 0 | 16 | 311 | 105 | 66 |
| Binary | 111010 | 10100010 | 11011011 | 1001010 | 11010 | 0 | 1110 | 11001001 | 1000101 | 110110 |
Color Harmonies of #3AA2DB
Complementary color
Monochromatic Colors of #3AA2DB
Black with #3AA2DB
Text Example
Text Example
White with #3AA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA2DB; }
p { color: rgb(58,162,219); }
H1.HeaderClassName
{
color: #3AA2DB;
}
.AnyTagClassName
{
color: #3AA2DB;
}
</style>
background-color css
<style>
a { background-color: #3AA2DB; }
a { background-color: rgb(58,162,219); }
div.DivClassName
{
background-color: #3AA2DB;
}
.BgClassName
{
background-color: #3AA2DB;
}
</style>
border-color css
<style>
span { border-color: #3AA2DB; }
span { border-color: rgb(58,162,219); }
td.TdClassName
{
border-color: #3AA2DB;
}
.TagClassName
{
border-color: #3AA2DB;
}
</style>