Shades of Summer Sky #3D9DCC
Tints of Summer Sky #3D9DCC
RGB
CMYK
RGB Variations
Color information
#3D9DCC (or 0x3D9DCC) is known color: Summer Sky. HEX triplet: 3D, 9D and CC. RGB value is (61,157,204). Sum of RGB (Red+Green+Blue) = 61+157+204=422 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.45% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D9DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9DCC is #C26233. Grayscale: #858585. Windows color (decimal): -12739124 or 13409597. OLE color: 13409597.
HSL color Cylindrical-coordinate representation of color #3D9DCC: hue angle of 199.72º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D9DCC is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 157 | 204 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.2 |
| HSL | 199.72º | 0.58% | 0.52% | - |
| HSV(B) | 199.72º | 0.7% | 0.8% | - |
| XYZ | 24.88 | 29.47 | 61.5 | - |
| YUV | 133.65 | 167.7 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 157 | 204 | 0.70 | 0.23 | 0 | 0.2 | 199.72 | 0.58 | 0.52 |
| Hex | 3D | 9D | CC | 46 | 17 | 0 | 14 | C8 | 3A | 34 |
| Octal | 75 | 235 | 314 | 106 | 27 | 0 | 24 | 310 | 72 | 64 |
| Binary | 111101 | 10011101 | 11001100 | 1000110 | 10111 | 0 | 10100 | 11001000 | 111010 | 110100 |
Color Harmonies of #3D9DCC
Complementary color
Monochromatic Colors of #3D9DCC
Black with #3D9DCC
Text Example
Text Example
White with #3D9DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9DCC; }
p { color: rgb(61,157,204); }
H1.HeaderClassName
{
color: #3D9DCC;
}
.AnyTagClassName
{
color: #3D9DCC;
}
</style>
background-color css
<style>
a { background-color: #3D9DCC; }
a { background-color: rgb(61,157,204); }
div.DivClassName
{
background-color: #3D9DCC;
}
.BgClassName
{
background-color: #3D9DCC;
}
</style>
border-color css
<style>
span { border-color: #3D9DCC; }
span { border-color: rgb(61,157,204); }
td.TdClassName
{
border-color: #3D9DCC;
}
.TagClassName
{
border-color: #3D9DCC;
}
</style>