Shades of Summer Sky #3CA3DB
Tints of Summer Sky #3CA3DB
RGB
CMYK
RGB Variations
Color information
#3CA3DB (or 0x3CA3DB) is known color: Summer Sky. HEX triplet: 3C, A3 and DB. RGB value is (60,163,219). Sum of RGB (Red+Green+Blue) = 60+163+219=442 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.57% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CA3DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA3DB is #C35C24. Grayscale: #8A8A8A. Windows color (decimal): -12803109 or 14394172. OLE color: 14394172.
HSL color Cylindrical-coordinate representation of color #3CA3DB: hue angle of 201.13º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CA3DB is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 163 | 219 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.14 |
| HSL | 201.13º | 0.69% | 0.55% | - |
| HSV(B) | 201.13º | 0.73% | 0.86% | - |
| XYZ | 27.75 | 32.27 | 71.78 | - |
| YUV | 138.59 | 173.38 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 163 | 219 | 0.73 | 0.26 | 0 | 0.14 | 201.13 | 0.69 | 0.55 |
| Hex | 3C | A3 | DB | 49 | 1A | 0 | E | C9 | 45 | 37 |
| Octal | 74 | 243 | 333 | 111 | 32 | 0 | 16 | 311 | 105 | 67 |
| Binary | 111100 | 10100011 | 11011011 | 1001001 | 11010 | 0 | 1110 | 11001001 | 1000101 | 110111 |
Color Harmonies of #3CA3DB
Complementary color
Monochromatic Colors of #3CA3DB
Black with #3CA3DB
Text Example
Text Example
White with #3CA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA3DB; }
p { color: rgb(60,163,219); }
H1.HeaderClassName
{
color: #3CA3DB;
}
.AnyTagClassName
{
color: #3CA3DB;
}
</style>
background-color css
<style>
a { background-color: #3CA3DB; }
a { background-color: rgb(60,163,219); }
div.DivClassName
{
background-color: #3CA3DB;
}
.BgClassName
{
background-color: #3CA3DB;
}
</style>
border-color css
<style>
span { border-color: #3CA3DB; }
span { border-color: rgb(60,163,219); }
td.TdClassName
{
border-color: #3CA3DB;
}
.TagClassName
{
border-color: #3CA3DB;
}
</style>