Shades of Summer Sky #3CA0DD
Tints of Summer Sky #3CA0DD
RGB
CMYK
RGB Variations
Color information
#3CA0DD (or 0x3CA0DD) is known color: Summer Sky. HEX triplet: 3C, A0 and DD. RGB value is (60,160,221). Sum of RGB (Red+Green+Blue) = 60+160+221=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #3CA0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA0DD is #C35F22. Grayscale: #888888. Windows color (decimal): -12803875 or 14524476. OLE color: 14524476.
HSL color Cylindrical-coordinate representation of color #3CA0DD: hue angle of 202.73º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CA0DD is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 160 | 221 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.13 |
| HSL | 202.73º | 0.7% | 0.55% | - |
| HSV(B) | 202.73º | 0.73% | 0.87% | - |
| XYZ | 27.49 | 31.32 | 73 | - |
| YUV | 137.05 | 175.37 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 160 | 221 | 0.73 | 0.28 | 0 | 0.13 | 202.73 | 0.7 | 0.55 |
| Hex | 3C | A0 | DD | 49 | 1C | 0 | D | CB | 46 | 37 |
| Octal | 74 | 240 | 335 | 111 | 34 | 0 | 15 | 313 | 106 | 67 |
| Binary | 111100 | 10100000 | 11011101 | 1001001 | 11100 | 0 | 1101 | 11001011 | 1000110 | 110111 |
Color Harmonies of #3CA0DD
Complementary color
Monochromatic Colors of #3CA0DD
Black with #3CA0DD
Text Example
Text Example
White with #3CA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA0DD; }
p { color: rgb(60,160,221); }
H1.HeaderClassName
{
color: #3CA0DD;
}
.AnyTagClassName
{
color: #3CA0DD;
}
</style>
background-color css
<style>
a { background-color: #3CA0DD; }
a { background-color: rgb(60,160,221); }
div.DivClassName
{
background-color: #3CA0DD;
}
.BgClassName
{
background-color: #3CA0DD;
}
</style>
border-color css
<style>
span { border-color: #3CA0DD; }
span { border-color: rgb(60,160,221); }
td.TdClassName
{
border-color: #3CA0DD;
}
.TagClassName
{
border-color: #3CA0DD;
}
</style>