Shades of Summer Sky #3F9CCC
Tints of Summer Sky #3F9CCC
RGB
CMYK
RGB Variations
Color information
#3F9CCC (or 0x3F9CCC) is known color: Summer Sky. HEX triplet: 3F, 9C and CC. RGB value is (63,156,204). Sum of RGB (Red+Green+Blue) = 63+156+204=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F9CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9CCC is #C06333. Grayscale: #858585. Windows color (decimal): -12608308 or 13409343. OLE color: 13409343.
HSL color Cylindrical-coordinate representation of color #3F9CCC: hue angle of 200.43º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F9CCC is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 156 | 204 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.2 |
| HSL | 200.43º | 0.58% | 0.52% | - |
| HSV(B) | 200.43º | 0.69% | 0.8% | - |
| XYZ | 24.84 | 29.19 | 61.45 | - |
| YUV | 133.67 | 167.69 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 156 | 204 | 0.69 | 0.24 | 0 | 0.2 | 200.43 | 0.58 | 0.52 |
| Hex | 3F | 9C | CC | 45 | 18 | 0 | 14 | C8 | 3A | 34 |
| Octal | 77 | 234 | 314 | 105 | 30 | 0 | 24 | 310 | 72 | 64 |
| Binary | 111111 | 10011100 | 11001100 | 1000101 | 11000 | 0 | 10100 | 11001000 | 111010 | 110100 |
Color Harmonies of #3F9CCC
Complementary color
Monochromatic Colors of #3F9CCC
Black with #3F9CCC
Text Example
Text Example
White with #3F9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9CCC; }
p { color: rgb(63,156,204); }
H1.HeaderClassName
{
color: #3F9CCC;
}
.AnyTagClassName
{
color: #3F9CCC;
}
</style>
background-color css
<style>
a { background-color: #3F9CCC; }
a { background-color: rgb(63,156,204); }
div.DivClassName
{
background-color: #3F9CCC;
}
.BgClassName
{
background-color: #3F9CCC;
}
</style>
border-color css
<style>
span { border-color: #3F9CCC; }
span { border-color: rgb(63,156,204); }
td.TdClassName
{
border-color: #3F9CCC;
}
.TagClassName
{
border-color: #3F9CCC;
}
</style>