Shades of Summer Sky #3C96DA
Tints of Summer Sky #3C96DA
RGB
CMYK
RGB Variations
Color information
#3C96DA (or 0x3C96DA) is known color: Summer Sky. HEX triplet: 3C, 96 and DA. RGB value is (60,150,218). Sum of RGB (Red+Green+Blue) = 60+150+218=428 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.02% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C96DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C96DA is #C36925. Grayscale: #828282. Windows color (decimal): -12806438 or 14325308. OLE color: 14325308.
HSL color Cylindrical-coordinate representation of color #3C96DA: hue angle of 205.82º 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 #3C96DA is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 150 | 218 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.15 |
| HSL | 205.82º | 0.68% | 0.55% | - |
| HSV(B) | 205.82º | 0.72% | 0.85% | - |
| XYZ | 25.42 | 27.84 | 70.36 | - |
| YUV | 130.84 | 177.18 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 218 | 0.72 | 0.31 | 0 | 0.15 | 205.82 | 0.68 | 0.55 |
| Hex | 3C | 96 | DA | 48 | 1F | 0 | F | CE | 44 | 37 |
| Octal | 74 | 226 | 332 | 110 | 37 | 0 | 17 | 316 | 104 | 67 |
| Binary | 111100 | 10010110 | 11011010 | 1001000 | 11111 | 0 | 1111 | 11001110 | 1000100 | 110111 |
Color Harmonies of #3C96DA
Complementary color
Monochromatic Colors of #3C96DA
Black with #3C96DA
Text Example
Text Example
White with #3C96DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C96DA; }
p { color: rgb(60,150,218); }
H1.HeaderClassName
{
color: #3C96DA;
}
.AnyTagClassName
{
color: #3C96DA;
}
</style>
background-color css
<style>
a { background-color: #3C96DA; }
a { background-color: rgb(60,150,218); }
div.DivClassName
{
background-color: #3C96DA;
}
.BgClassName
{
background-color: #3C96DA;
}
</style>
border-color css
<style>
span { border-color: #3C96DA; }
span { border-color: rgb(60,150,218); }
td.TdClassName
{
border-color: #3C96DA;
}
.TagClassName
{
border-color: #3C96DA;
}
</style>