Shades of Summer Sky #3D9CCC
Tints of Summer Sky #3D9CCC
RGB
CMYK
RGB Variations
Color information
#3D9CCC (or 0x3D9CCC) is known color: Summer Sky. HEX triplet: 3D, 9C and CC. RGB value is (61,156,204). Sum of RGB (Red+Green+Blue) = 61+156+204=421 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.49% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D9CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9CCC is #C26333. Grayscale: #848484. Windows color (decimal): -12739380 or 13409341. OLE color: 13409341.
HSL color Cylindrical-coordinate representation of color #3D9CCC: hue angle of 200.14º 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 #3D9CCC is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 156 | 204 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.2 |
| HSL | 200.14º | 0.58% | 0.52% | - |
| HSV(B) | 200.14º | 0.7% | 0.8% | - |
| XYZ | 24.71 | 29.13 | 61.45 | - |
| YUV | 133.07 | 168.03 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 156 | 204 | 0.70 | 0.24 | 0 | 0.2 | 200.14 | 0.58 | 0.52 |
| Hex | 3D | 9C | CC | 46 | 18 | 0 | 14 | C8 | 3A | 34 |
| Octal | 75 | 234 | 314 | 106 | 30 | 0 | 24 | 310 | 72 | 64 |
| Binary | 111101 | 10011100 | 11001100 | 1000110 | 11000 | 0 | 10100 | 11001000 | 111010 | 110100 |
Color Harmonies of #3D9CCC
Complementary color
Monochromatic Colors of #3D9CCC
Black with #3D9CCC
Text Example
Text Example
White with #3D9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9CCC; }
p { color: rgb(61,156,204); }
H1.HeaderClassName
{
color: #3D9CCC;
}
.AnyTagClassName
{
color: #3D9CCC;
}
</style>
background-color css
<style>
a { background-color: #3D9CCC; }
a { background-color: rgb(61,156,204); }
div.DivClassName
{
background-color: #3D9CCC;
}
.BgClassName
{
background-color: #3D9CCC;
}
</style>
border-color css
<style>
span { border-color: #3D9CCC; }
span { border-color: rgb(61,156,204); }
td.TdClassName
{
border-color: #3D9CCC;
}
.TagClassName
{
border-color: #3D9CCC;
}
</style>