Shades of Summer Sky #3CB2DC
Tints of Summer Sky #3CB2DC
RGB
CMYK
RGB Variations
Color information
#3CB2DC (or 0x3CB2DC) is known color: Summer Sky. HEX triplet: 3C, B2 and DC. RGB value is (60,178,220). Sum of RGB (Red+Green+Blue) = 60+178+220=458 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.10% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CB2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB2DC is #C34D23. Grayscale: #939393. Windows color (decimal): -12799268 or 14463548. OLE color: 14463548.
HSL color Cylindrical-coordinate representation of color #3CB2DC: hue angle of 195.75º degrees, saturation: 0.7, 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 #3CB2DC is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 178 | 220 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.14 |
| HSL | 195.75º | 0.7% | 0.55% | - |
| HSV(B) | 195.75º | 0.73% | 0.86% | - |
| XYZ | 30.7 | 37.97 | 73.42 | - |
| YUV | 147.51 | 168.91 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 220 | 0.73 | 0.19 | 0 | 0.14 | 195.75 | 0.7 | 0.55 |
| Hex | 3C | B2 | DC | 49 | 13 | 0 | E | C4 | 46 | 37 |
| Octal | 74 | 262 | 334 | 111 | 23 | 0 | 16 | 304 | 106 | 67 |
| Binary | 111100 | 10110010 | 11011100 | 1001001 | 10011 | 0 | 1110 | 11000100 | 1000110 | 110111 |
Color Harmonies of #3CB2DC
Complementary color
Monochromatic Colors of #3CB2DC
Black with #3CB2DC
Text Example
Text Example
White with #3CB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB2DC; }
p { color: rgb(60,178,220); }
H1.HeaderClassName
{
color: #3CB2DC;
}
.AnyTagClassName
{
color: #3CB2DC;
}
</style>
background-color css
<style>
a { background-color: #3CB2DC; }
a { background-color: rgb(60,178,220); }
div.DivClassName
{
background-color: #3CB2DC;
}
.BgClassName
{
background-color: #3CB2DC;
}
</style>
border-color css
<style>
span { border-color: #3CB2DC; }
span { border-color: rgb(60,178,220); }
td.TdClassName
{
border-color: #3CB2DC;
}
.TagClassName
{
border-color: #3CB2DC;
}
</style>