Shades of Summer Sky #3AA3D2
Tints of Summer Sky #3AA3D2
RGB
CMYK
RGB Variations
Color information
#3AA3D2 (or 0x3AA3D2) is known color: Summer Sky. HEX triplet: 3A, A3 and D2. RGB value is (58,163,210). Sum of RGB (Red+Green+Blue) = 58+163+210=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 210 (82.42% from 255 or 48.72% from 431); Max value from RGB is 210 - color contains mainly: blue. Hex color #3AA3D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA3D2 is #C55C2D. Grayscale: #888888. Windows color (decimal): -12934190 or 13804346. OLE color: 13804346.
HSL color Cylindrical-coordinate representation of color #3AA3D2: hue angle of 198.55º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AA3D2 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 163 | 210 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.18 |
| HSL | 198.55º | 0.63% | 0.53% | - |
| HSV(B) | 198.55º | 0.72% | 0.82% | - |
| XYZ | 26.47 | 31.75 | 65.71 | - |
| YUV | 136.96 | 169.21 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 210 | 0.72 | 0.22 | 0 | 0.18 | 198.55 | 0.63 | 0.53 |
| Hex | 3A | A3 | D2 | 48 | 16 | 0 | 12 | C7 | 3F | 35 |
| Octal | 72 | 243 | 322 | 110 | 26 | 0 | 22 | 307 | 77 | 65 |
| Binary | 111010 | 10100011 | 11010010 | 1001000 | 10110 | 0 | 10010 | 11000111 | 111111 | 110101 |
Color Harmonies of #3AA3D2
Complementary color
Monochromatic Colors of #3AA3D2
Black with #3AA3D2
Text Example
Text Example
White with #3AA3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA3D2; }
p { color: rgb(58,163,210); }
H1.HeaderClassName
{
color: #3AA3D2;
}
.AnyTagClassName
{
color: #3AA3D2;
}
</style>
background-color css
<style>
a { background-color: #3AA3D2; }
a { background-color: rgb(58,163,210); }
div.DivClassName
{
background-color: #3AA3D2;
}
.BgClassName
{
background-color: #3AA3D2;
}
</style>
border-color css
<style>
span { border-color: #3AA3D2; }
span { border-color: rgb(58,163,210); }
td.TdClassName
{
border-color: #3AA3D2;
}
.TagClassName
{
border-color: #3AA3D2;
}
</style>