Shades of Summer Sky #3CB5E4
Tints of Summer Sky #3CB5E4
RGB
CMYK
RGB Variations
Color information
#3CB5E4 (or 0x3CB5E4) is known color: Summer Sky. HEX triplet: 3C, B5 and E4. RGB value is (60,181,228). Sum of RGB (Red+Green+Blue) = 60+181+228=469 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.79% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #3CB5E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB5E4 is #C34A1B. Grayscale: #959595. Windows color (decimal): -12798492 or 14988604. OLE color: 14988604.
HSL color Cylindrical-coordinate representation of color #3CB5E4: hue angle of 196.79º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CB5E4 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 181 | 228 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.11 |
| HSL | 196.79º | 0.76% | 0.56% | - |
| HSV(B) | 196.79º | 0.74% | 0.89% | - |
| XYZ | 32.39 | 39.61 | 79.34 | - |
| YUV | 150.18 | 171.91 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 228 | 0.74 | 0.21 | 0 | 0.11 | 196.79 | 0.76 | 0.56 |
| Hex | 3C | B5 | E4 | 4A | 15 | 0 | B | C5 | 4C | 38 |
| Octal | 74 | 265 | 344 | 112 | 25 | 0 | 13 | 305 | 114 | 70 |
| Binary | 111100 | 10110101 | 11100100 | 1001010 | 10101 | 0 | 1011 | 11000101 | 1001100 | 111000 |
Color Harmonies of #3CB5E4
Complementary color
Monochromatic Colors of #3CB5E4
Black with #3CB5E4
Text Example
Text Example
White with #3CB5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB5E4; }
p { color: rgb(60,181,228); }
H1.HeaderClassName
{
color: #3CB5E4;
}
.AnyTagClassName
{
color: #3CB5E4;
}
</style>
background-color css
<style>
a { background-color: #3CB5E4; }
a { background-color: rgb(60,181,228); }
div.DivClassName
{
background-color: #3CB5E4;
}
.BgClassName
{
background-color: #3CB5E4;
}
</style>
border-color css
<style>
span { border-color: #3CB5E4; }
span { border-color: rgb(60,181,228); }
td.TdClassName
{
border-color: #3CB5E4;
}
.TagClassName
{
border-color: #3CB5E4;
}
</style>