Shades of Summer Sky #3C97DD
Tints of Summer Sky #3C97DD
RGB
CMYK
RGB Variations
Color information
#3C97DD (or 0x3C97DD) is known color: Summer Sky. HEX triplet: 3C, 97 and DD. RGB value is (60,151,221). Sum of RGB (Red+Green+Blue) = 60+151+221=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C97DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C97DD is #C36822. Grayscale: #838383. Windows color (decimal): -12806179 or 14522172. OLE color: 14522172.
HSL color Cylindrical-coordinate representation of color #3C97DD: hue angle of 206.09º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C97DD is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 151 | 221 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.13 |
| HSL | 206.09º | 0.7% | 0.55% | - |
| HSV(B) | 206.09º | 0.73% | 0.87% | - |
| XYZ | 25.98 | 28.31 | 72.5 | - |
| YUV | 131.77 | 178.35 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 221 | 0.73 | 0.32 | 0 | 0.13 | 206.09 | 0.7 | 0.55 |
| Hex | 3C | 97 | DD | 49 | 20 | 0 | D | CE | 46 | 37 |
| Octal | 74 | 227 | 335 | 111 | 40 | 0 | 15 | 316 | 106 | 67 |
| Binary | 111100 | 10010111 | 11011101 | 1001001 | 100000 | 0 | 1101 | 11001110 | 1000110 | 110111 |
Color Harmonies of #3C97DD
Complementary color
Monochromatic Colors of #3C97DD
Black with #3C97DD
Text Example
Text Example
White with #3C97DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C97DD; }
p { color: rgb(60,151,221); }
H1.HeaderClassName
{
color: #3C97DD;
}
.AnyTagClassName
{
color: #3C97DD;
}
</style>
background-color css
<style>
a { background-color: #3C97DD; }
a { background-color: rgb(60,151,221); }
div.DivClassName
{
background-color: #3C97DD;
}
.BgClassName
{
background-color: #3C97DD;
}
</style>
border-color css
<style>
span { border-color: #3C97DD; }
span { border-color: rgb(60,151,221); }
td.TdClassName
{
border-color: #3C97DD;
}
.TagClassName
{
border-color: #3C97DD;
}
</style>