Shades of Summer Sky #3CB2DA
Tints of Summer Sky #3CB2DA
RGB
CMYK
RGB Variations
Color information
#3CB2DA (or 0x3CB2DA) is known color: Summer Sky. HEX triplet: 3C, B2 and DA. RGB value is (60,178,218). Sum of RGB (Red+Green+Blue) = 60+178+218=456 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.16% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #3CB2DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB2DA is #C34D25. Grayscale: #939393. Windows color (decimal): -12799270 or 14332476. OLE color: 14332476.
HSL color Cylindrical-coordinate representation of color #3CB2DA: hue angle of 195.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CB2DA is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 178 | 218 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.15 |
| HSL | 195.19º | 0.68% | 0.55% | - |
| HSV(B) | 195.19º | 0.72% | 0.85% | - |
| XYZ | 30.44 | 37.86 | 72.03 | - |
| YUV | 147.28 | 167.91 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 218 | 0.72 | 0.18 | 0 | 0.15 | 195.19 | 0.68 | 0.55 |
| Hex | 3C | B2 | DA | 48 | 12 | 0 | F | C3 | 44 | 37 |
| Octal | 74 | 262 | 332 | 110 | 22 | 0 | 17 | 303 | 104 | 67 |
| Binary | 111100 | 10110010 | 11011010 | 1001000 | 10010 | 0 | 1111 | 11000011 | 1000100 | 110111 |
Color Harmonies of #3CB2DA
Complementary color
Monochromatic Colors of #3CB2DA
Black with #3CB2DA
Text Example
Text Example
White with #3CB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB2DA; }
p { color: rgb(60,178,218); }
H1.HeaderClassName
{
color: #3CB2DA;
}
.AnyTagClassName
{
color: #3CB2DA;
}
</style>
background-color css
<style>
a { background-color: #3CB2DA; }
a { background-color: rgb(60,178,218); }
div.DivClassName
{
background-color: #3CB2DA;
}
.BgClassName
{
background-color: #3CB2DA;
}
</style>
border-color css
<style>
span { border-color: #3CB2DA; }
span { border-color: rgb(60,178,218); }
td.TdClassName
{
border-color: #3CB2DA;
}
.TagClassName
{
border-color: #3CB2DA;
}
</style>