Shades of Summer Sky #3A9DDE
Tints of Summer Sky #3A9DDE
RGB
CMYK
RGB Variations
Color information
#3A9DDE (or 0x3A9DDE) is known color: Summer Sky. HEX triplet: 3A, 9D and DE. RGB value is (58,157,222). Sum of RGB (Red+Green+Blue) = 58+157+222=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #3A9DDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9DDE is #C56221. Grayscale: #868686. Windows color (decimal): -12935714 or 14589242. OLE color: 14589242.
HSL color Cylindrical-coordinate representation of color #3A9DDE: hue angle of 203.78º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A9DDE is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 157 | 222 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.13 |
| HSL | 203.78º | 0.71% | 0.55% | - |
| HSV(B) | 203.78º | 0.74% | 0.87% | - |
| XYZ | 26.99 | 30.29 | 73.53 | - |
| YUV | 134.81 | 177.2 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 157 | 222 | 0.74 | 0.29 | 0 | 0.13 | 203.78 | 0.71 | 0.55 |
| Hex | 3A | 9D | DE | 4A | 1D | 0 | D | CC | 47 | 37 |
| Octal | 72 | 235 | 336 | 112 | 35 | 0 | 15 | 314 | 107 | 67 |
| Binary | 111010 | 10011101 | 11011110 | 1001010 | 11101 | 0 | 1101 | 11001100 | 1000111 | 110111 |
Color Harmonies of #3A9DDE
Complementary color
Monochromatic Colors of #3A9DDE
Black with #3A9DDE
Text Example
Text Example
White with #3A9DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9DDE; }
p { color: rgb(58,157,222); }
H1.HeaderClassName
{
color: #3A9DDE;
}
.AnyTagClassName
{
color: #3A9DDE;
}
</style>
background-color css
<style>
a { background-color: #3A9DDE; }
a { background-color: rgb(58,157,222); }
div.DivClassName
{
background-color: #3A9DDE;
}
.BgClassName
{
background-color: #3A9DDE;
}
</style>
border-color css
<style>
span { border-color: #3A9DDE; }
span { border-color: rgb(58,157,222); }
td.TdClassName
{
border-color: #3A9DDE;
}
.TagClassName
{
border-color: #3A9DDE;
}
</style>