Shades of Summer Sky #3C96EB
Tints of Summer Sky #3C96EB
RGB
CMYK
RGB Variations
Color information
#3C96EB (or 0x3C96EB) is known color: Summer Sky. HEX triplet: 3C, 96 and EB. RGB value is (60,150,235). Sum of RGB (Red+Green+Blue) = 60+150+235=445 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.48% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C96EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C96EB is #C36914. Grayscale: #848484. Windows color (decimal): -12806421 or 15439420. OLE color: 15439420.
HSL color Cylindrical-coordinate representation of color #3C96EB: hue angle of 209.14º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C96EB is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 150 | 235 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.08 |
| HSL | 209.14º | 0.81% | 0.58% | - |
| HSV(B) | 209.14º | 0.74% | 0.92% | - |
| XYZ | 27.77 | 28.77 | 82.69 | - |
| YUV | 132.78 | 185.68 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 235 | 0.74 | 0.36 | 0 | 0.08 | 209.14 | 0.81 | 0.58 |
| Hex | 3C | 96 | EB | 4A | 24 | 0 | 8 | D1 | 51 | 3A |
| Octal | 74 | 226 | 353 | 112 | 44 | 0 | 10 | 321 | 121 | 72 |
| Binary | 111100 | 10010110 | 11101011 | 1001010 | 100100 | 0 | 1000 | 11010001 | 1010001 | 111010 |
Color Harmonies of #3C96EB
Complementary color
Monochromatic Colors of #3C96EB
Black with #3C96EB
Text Example
Text Example
White with #3C96EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C96EB; }
p { color: rgb(60,150,235); }
H1.HeaderClassName
{
color: #3C96EB;
}
.AnyTagClassName
{
color: #3C96EB;
}
</style>
background-color css
<style>
a { background-color: #3C96EB; }
a { background-color: rgb(60,150,235); }
div.DivClassName
{
background-color: #3C96EB;
}
.BgClassName
{
background-color: #3C96EB;
}
</style>
border-color css
<style>
span { border-color: #3C96EB; }
span { border-color: rgb(60,150,235); }
td.TdClassName
{
border-color: #3C96EB;
}
.TagClassName
{
border-color: #3C96EB;
}
</style>