Shades of Summer Sky #3AA3DB
Tints of Summer Sky #3AA3DB
RGB
CMYK
RGB Variations
Color information
#3AA3DB (or 0x3AA3DB) is known color: Summer Sky. HEX triplet: 3A, A3 and DB. RGB value is (58,163,219). Sum of RGB (Red+Green+Blue) = 58+163+219=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AA3DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA3DB is #C55C24. Grayscale: #898989. Windows color (decimal): -12934181 or 14394170. OLE color: 14394170.
HSL color Cylindrical-coordinate representation of color #3AA3DB: hue angle of 200.87º 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 #3AA3DB is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 163 | 219 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.14 |
| HSL | 200.87º | 0.69% | 0.54% | - |
| HSV(B) | 200.87º | 0.74% | 0.86% | - |
| XYZ | 27.63 | 32.21 | 71.78 | - |
| YUV | 137.99 | 173.71 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 219 | 0.74 | 0.26 | 0 | 0.14 | 200.87 | 0.69 | 0.54 |
| Hex | 3A | A3 | DB | 4A | 1A | 0 | E | C9 | 45 | 36 |
| Octal | 72 | 243 | 333 | 112 | 32 | 0 | 16 | 311 | 105 | 66 |
| Binary | 111010 | 10100011 | 11011011 | 1001010 | 11010 | 0 | 1110 | 11001001 | 1000101 | 110110 |
Color Harmonies of #3AA3DB
Complementary color
Monochromatic Colors of #3AA3DB
Black with #3AA3DB
Text Example
Text Example
White with #3AA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA3DB; }
p { color: rgb(58,163,219); }
H1.HeaderClassName
{
color: #3AA3DB;
}
.AnyTagClassName
{
color: #3AA3DB;
}
</style>
background-color css
<style>
a { background-color: #3AA3DB; }
a { background-color: rgb(58,163,219); }
div.DivClassName
{
background-color: #3AA3DB;
}
.BgClassName
{
background-color: #3AA3DB;
}
</style>
border-color css
<style>
span { border-color: #3AA3DB; }
span { border-color: rgb(58,163,219); }
td.TdClassName
{
border-color: #3AA3DB;
}
.TagClassName
{
border-color: #3AA3DB;
}
</style>