Shades of Summer Sky #3CB2DB
Tints of Summer Sky #3CB2DB
RGB
CMYK
RGB Variations
Color information
#3CB2DB (or 0x3CB2DB) is known color: Summer Sky. HEX triplet: 3C, B2 and DB. RGB value is (60,178,219). Sum of RGB (Red+Green+Blue) = 60+178+219=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CB2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB2DB is #C34D24. Grayscale: #939393. Windows color (decimal): -12799269 or 14398012. OLE color: 14398012.
HSL color Cylindrical-coordinate representation of color #3CB2DB: hue angle of 195.47º 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 #3CB2DB is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 178 | 219 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.14 |
| HSL | 195.47º | 0.69% | 0.55% | - |
| HSV(B) | 195.47º | 0.73% | 0.86% | - |
| XYZ | 30.57 | 37.92 | 72.73 | - |
| YUV | 147.39 | 168.41 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 219 | 0.73 | 0.19 | 0 | 0.14 | 195.47 | 0.69 | 0.55 |
| Hex | 3C | B2 | DB | 49 | 13 | 0 | E | C3 | 45 | 37 |
| Octal | 74 | 262 | 333 | 111 | 23 | 0 | 16 | 303 | 105 | 67 |
| Binary | 111100 | 10110010 | 11011011 | 1001001 | 10011 | 0 | 1110 | 11000011 | 1000101 | 110111 |
Color Harmonies of #3CB2DB
Complementary color
Monochromatic Colors of #3CB2DB
Black with #3CB2DB
Text Example
Text Example
White with #3CB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB2DB; }
p { color: rgb(60,178,219); }
H1.HeaderClassName
{
color: #3CB2DB;
}
.AnyTagClassName
{
color: #3CB2DB;
}
</style>
background-color css
<style>
a { background-color: #3CB2DB; }
a { background-color: rgb(60,178,219); }
div.DivClassName
{
background-color: #3CB2DB;
}
.BgClassName
{
background-color: #3CB2DB;
}
</style>
border-color css
<style>
span { border-color: #3CB2DB; }
span { border-color: rgb(60,178,219); }
td.TdClassName
{
border-color: #3CB2DB;
}
.TagClassName
{
border-color: #3CB2DB;
}
</style>