Shades of Summer Sky #3AA3CC
Tints of Summer Sky #3AA3CC
RGB
CMYK
RGB Variations
Color information
#3AA3CC (or 0x3AA3CC) is known color: Summer Sky. HEX triplet: 3A, A3 and CC. RGB value is (58,163,204). Sum of RGB (Red+Green+Blue) = 58+163+204=425 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.65% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #3AA3CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA3CC is #C55C33. Grayscale: #888888. Windows color (decimal): -12934196 or 13411130. OLE color: 13411130.
HSL color Cylindrical-coordinate representation of color #3AA3CC: hue angle of 196.85º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AA3CC is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 163 | 204 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.2 |
| HSL | 196.85º | 0.59% | 0.51% | - |
| HSV(B) | 196.85º | 0.72% | 0.8% | - |
| XYZ | 25.74 | 31.45 | 61.84 | - |
| YUV | 136.28 | 166.21 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 204 | 0.72 | 0.20 | 0 | 0.2 | 196.85 | 0.59 | 0.51 |
| Hex | 3A | A3 | CC | 48 | 14 | 0 | 14 | C5 | 3B | 33 |
| Octal | 72 | 243 | 314 | 110 | 24 | 0 | 24 | 305 | 73 | 63 |
| Binary | 111010 | 10100011 | 11001100 | 1001000 | 10100 | 0 | 10100 | 11000101 | 111011 | 110011 |
Color Harmonies of #3AA3CC
Complementary color
Monochromatic Colors of #3AA3CC
Black with #3AA3CC
Text Example
Text Example
White with #3AA3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA3CC; }
p { color: rgb(58,163,204); }
H1.HeaderClassName
{
color: #3AA3CC;
}
.AnyTagClassName
{
color: #3AA3CC;
}
</style>
background-color css
<style>
a { background-color: #3AA3CC; }
a { background-color: rgb(58,163,204); }
div.DivClassName
{
background-color: #3AA3CC;
}
.BgClassName
{
background-color: #3AA3CC;
}
</style>
border-color css
<style>
span { border-color: #3AA3CC; }
span { border-color: rgb(58,163,204); }
td.TdClassName
{
border-color: #3AA3CC;
}
.TagClassName
{
border-color: #3AA3CC;
}
</style>