Shades of Summer Sky #3C95DD
Tints of Summer Sky #3C95DD
RGB
CMYK
RGB Variations
Color information
#3C95DD (or 0x3C95DD) is known color: Summer Sky. HEX triplet: 3C, 95 and DD. RGB value is (60,149,221). Sum of RGB (Red+Green+Blue) = 60+149+221=430 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.95% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C95DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C95DD is #C36A22. Grayscale: #828282. Windows color (decimal): -12806691 or 14521660. OLE color: 14521660.
HSL color Cylindrical-coordinate representation of color #3C95DD: hue angle of 206.83º 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 #3C95DD is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 149 | 221 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.13 |
| HSL | 206.83º | 0.7% | 0.55% | - |
| HSV(B) | 206.83º | 0.73% | 0.87% | - |
| XYZ | 25.66 | 27.68 | 72.4 | - |
| YUV | 130.6 | 179.01 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 221 | 0.73 | 0.33 | 0 | 0.13 | 206.83 | 0.7 | 0.55 |
| Hex | 3C | 95 | DD | 49 | 21 | 0 | D | CF | 46 | 37 |
| Octal | 74 | 225 | 335 | 111 | 41 | 0 | 15 | 317 | 106 | 67 |
| Binary | 111100 | 10010101 | 11011101 | 1001001 | 100001 | 0 | 1101 | 11001111 | 1000110 | 110111 |
Color Harmonies of #3C95DD
Complementary color
Monochromatic Colors of #3C95DD
Black with #3C95DD
Text Example
Text Example
White with #3C95DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C95DD; }
p { color: rgb(60,149,221); }
H1.HeaderClassName
{
color: #3C95DD;
}
.AnyTagClassName
{
color: #3C95DD;
}
</style>
background-color css
<style>
a { background-color: #3C95DD; }
a { background-color: rgb(60,149,221); }
div.DivClassName
{
background-color: #3C95DD;
}
.BgClassName
{
background-color: #3C95DD;
}
</style>
border-color css
<style>
span { border-color: #3C95DD; }
span { border-color: rgb(60,149,221); }
td.TdClassName
{
border-color: #3C95DD;
}
.TagClassName
{
border-color: #3C95DD;
}
</style>