Shades of Summer Sky #3CA2CB
Tints of Summer Sky #3CA2CB
RGB
CMYK
RGB Variations
Color information
#3CA2CB (or 0x3CA2CB) is known color: Summer Sky. HEX triplet: 3C, A2 and CB. RGB value is (60,162,203). Sum of RGB (Red+Green+Blue) = 60+162+203=425 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.12% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #3CA2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA2CB is #C35D34. Grayscale: #878787. Windows color (decimal): -12803381 or 13345340. OLE color: 13345340.
HSL color Cylindrical-coordinate representation of color #3CA2CB: hue angle of 197.2º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CA2CB is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 162 | 203 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.20 |
| HSL | 197.2º | 0.58% | 0.52% | - |
| HSV(B) | 197.2º | 0.7% | 0.8% | - |
| XYZ | 25.56 | 31.11 | 61.16 | - |
| YUV | 136.18 | 165.71 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 162 | 203 | 0.70 | 0.20 | 0 | 0.20 | 197.2 | 0.58 | 0.52 |
| Hex | 3C | A2 | CB | 46 | 14 | 0 | 14 | C5 | 3A | 34 |
| Octal | 74 | 242 | 313 | 106 | 24 | 0 | 24 | 305 | 72 | 64 |
| Binary | 111100 | 10100010 | 11001011 | 1000110 | 10100 | 0 | 10100 | 11000101 | 111010 | 110100 |
Color Harmonies of #3CA2CB
Complementary color
Monochromatic Colors of #3CA2CB
Black with #3CA2CB
Text Example
Text Example
White with #3CA2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA2CB; }
p { color: rgb(60,162,203); }
H1.HeaderClassName
{
color: #3CA2CB;
}
.AnyTagClassName
{
color: #3CA2CB;
}
</style>
background-color css
<style>
a { background-color: #3CA2CB; }
a { background-color: rgb(60,162,203); }
div.DivClassName
{
background-color: #3CA2CB;
}
.BgClassName
{
background-color: #3CA2CB;
}
</style>
border-color css
<style>
span { border-color: #3CA2CB; }
span { border-color: rgb(60,162,203); }
td.TdClassName
{
border-color: #3CA2CB;
}
.TagClassName
{
border-color: #3CA2CB;
}
</style>