Shades of Summer Sky #3CA2DD
Tints of Summer Sky #3CA2DD
RGB
CMYK
RGB Variations
Color information
#3CA2DD (or 0x3CA2DD) is known color: Summer Sky. HEX triplet: 3C, A2 and DD. RGB value is (60,162,221). Sum of RGB (Red+Green+Blue) = 60+162+221=443 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.54% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #3CA2DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA2DD is #C35D22. Grayscale: #898989. Windows color (decimal): -12803363 or 14524988. OLE color: 14524988.
HSL color Cylindrical-coordinate representation of color #3CA2DD: hue angle of 201.99º 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 #3CA2DD is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 162 | 221 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.13 |
| HSL | 201.99º | 0.7% | 0.55% | - |
| HSV(B) | 201.99º | 0.73% | 0.87% | - |
| XYZ | 27.83 | 32.02 | 73.12 | - |
| YUV | 138.23 | 174.71 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 162 | 221 | 0.73 | 0.27 | 0 | 0.13 | 201.99 | 0.7 | 0.55 |
| Hex | 3C | A2 | DD | 49 | 1B | 0 | D | CA | 46 | 37 |
| Octal | 74 | 242 | 335 | 111 | 33 | 0 | 15 | 312 | 106 | 67 |
| Binary | 111100 | 10100010 | 11011101 | 1001001 | 11011 | 0 | 1101 | 11001010 | 1000110 | 110111 |
Color Harmonies of #3CA2DD
Complementary color
Monochromatic Colors of #3CA2DD
Black with #3CA2DD
Text Example
Text Example
White with #3CA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA2DD; }
p { color: rgb(60,162,221); }
H1.HeaderClassName
{
color: #3CA2DD;
}
.AnyTagClassName
{
color: #3CA2DD;
}
</style>
background-color css
<style>
a { background-color: #3CA2DD; }
a { background-color: rgb(60,162,221); }
div.DivClassName
{
background-color: #3CA2DD;
}
.BgClassName
{
background-color: #3CA2DD;
}
</style>
border-color css
<style>
span { border-color: #3CA2DD; }
span { border-color: rgb(60,162,221); }
td.TdClassName
{
border-color: #3CA2DD;
}
.TagClassName
{
border-color: #3CA2DD;
}
</style>