Shades of Summer Sky #3A9CCE
Tints of Summer Sky #3A9CCE
RGB
CMYK
RGB Variations
Color information
#3A9CCE (or 0x3A9CCE) is known color: Summer Sky. HEX triplet: 3A, 9C and CE. RGB value is (58,156,206). Sum of RGB (Red+Green+Blue) = 58+156+206=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A9CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9CCE is #C56331. Grayscale: #848484. Windows color (decimal): -12935986 or 13540410. OLE color: 13540410.
HSL color Cylindrical-coordinate representation of color #3A9CCE: hue angle of 200.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A9CCE is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 156 | 206 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.19 |
| HSL | 200.27º | 0.6% | 0.52% | - |
| HSV(B) | 200.27º | 0.72% | 0.81% | - |
| XYZ | 24.77 | 29.13 | 62.71 | - |
| YUV | 132.4 | 169.53 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 156 | 206 | 0.72 | 0.24 | 0 | 0.19 | 200.27 | 0.6 | 0.52 |
| Hex | 3A | 9C | CE | 48 | 18 | 0 | 13 | C8 | 3C | 34 |
| Octal | 72 | 234 | 316 | 110 | 30 | 0 | 23 | 310 | 74 | 64 |
| Binary | 111010 | 10011100 | 11001110 | 1001000 | 11000 | 0 | 10011 | 11001000 | 111100 | 110100 |
Color Harmonies of #3A9CCE
Complementary color
Monochromatic Colors of #3A9CCE
Black with #3A9CCE
Text Example
Text Example
White with #3A9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9CCE; }
p { color: rgb(58,156,206); }
H1.HeaderClassName
{
color: #3A9CCE;
}
.AnyTagClassName
{
color: #3A9CCE;
}
</style>
background-color css
<style>
a { background-color: #3A9CCE; }
a { background-color: rgb(58,156,206); }
div.DivClassName
{
background-color: #3A9CCE;
}
.BgClassName
{
background-color: #3A9CCE;
}
</style>
border-color css
<style>
span { border-color: #3A9CCE; }
span { border-color: rgb(58,156,206); }
td.TdClassName
{
border-color: #3A9CCE;
}
.TagClassName
{
border-color: #3A9CCE;
}
</style>