Shades of Summer Sky #3D9FCC
Tints of Summer Sky #3D9FCC
RGB
CMYK
RGB Variations
Color information
#3D9FCC (or 0x3D9FCC) is known color: Summer Sky. HEX triplet: 3D, 9F and CC. RGB value is (61,159,204). Sum of RGB (Red+Green+Blue) = 61+159+204=424 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.39% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D9FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9FCC is #C26033. Grayscale: #868686. Windows color (decimal): -12738612 or 13410109. OLE color: 13410109.
HSL color Cylindrical-coordinate representation of color #3D9FCC: hue angle of 198.88º 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 #3D9FCC is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 159 | 204 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.2 |
| HSL | 198.88º | 0.58% | 0.52% | - |
| HSV(B) | 198.88º | 0.7% | 0.8% | - |
| XYZ | 25.22 | 30.15 | 61.62 | - |
| YUV | 134.83 | 167.03 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 159 | 204 | 0.70 | 0.22 | 0 | 0.2 | 198.88 | 0.58 | 0.52 |
| Hex | 3D | 9F | CC | 46 | 16 | 0 | 14 | C7 | 3A | 34 |
| Octal | 75 | 237 | 314 | 106 | 26 | 0 | 24 | 307 | 72 | 64 |
| Binary | 111101 | 10011111 | 11001100 | 1000110 | 10110 | 0 | 10100 | 11000111 | 111010 | 110100 |
Color Harmonies of #3D9FCC
Complementary color
Monochromatic Colors of #3D9FCC
Black with #3D9FCC
Text Example
Text Example
White with #3D9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9FCC; }
p { color: rgb(61,159,204); }
H1.HeaderClassName
{
color: #3D9FCC;
}
.AnyTagClassName
{
color: #3D9FCC;
}
</style>
background-color css
<style>
a { background-color: #3D9FCC; }
a { background-color: rgb(61,159,204); }
div.DivClassName
{
background-color: #3D9FCC;
}
.BgClassName
{
background-color: #3D9FCC;
}
</style>
border-color css
<style>
span { border-color: #3D9FCC; }
span { border-color: rgb(61,159,204); }
td.TdClassName
{
border-color: #3D9FCC;
}
.TagClassName
{
border-color: #3D9FCC;
}
</style>