Shades of Summer Sky #3A9ADE
Tints of Summer Sky #3A9ADE
RGB
CMYK
RGB Variations
Color information
#3A9ADE (or 0x3A9ADE) is known color: Summer Sky. HEX triplet: 3A, 9A and DE. RGB value is (58,154,222). Sum of RGB (Red+Green+Blue) = 58+154+222=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #3A9ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9ADE is #C56521. Grayscale: #848484. Windows color (decimal): -12936482 or 14588474. OLE color: 14588474.
HSL color Cylindrical-coordinate representation of color #3A9ADE: hue angle of 204.88º 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 #3A9ADE is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 154 | 222 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.13 |
| HSL | 204.88º | 0.71% | 0.55% | - |
| HSV(B) | 204.88º | 0.74% | 0.87% | - |
| XYZ | 26.49 | 29.28 | 73.36 | - |
| YUV | 133.05 | 178.2 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 154 | 222 | 0.74 | 0.31 | 0 | 0.13 | 204.88 | 0.71 | 0.55 |
| Hex | 3A | 9A | DE | 4A | 1F | 0 | D | CD | 47 | 37 |
| Octal | 72 | 232 | 336 | 112 | 37 | 0 | 15 | 315 | 107 | 67 |
| Binary | 111010 | 10011010 | 11011110 | 1001010 | 11111 | 0 | 1101 | 11001101 | 1000111 | 110111 |
Color Harmonies of #3A9ADE
Complementary color
Monochromatic Colors of #3A9ADE
Black with #3A9ADE
Text Example
Text Example
White with #3A9ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9ADE; }
p { color: rgb(58,154,222); }
H1.HeaderClassName
{
color: #3A9ADE;
}
.AnyTagClassName
{
color: #3A9ADE;
}
</style>
background-color css
<style>
a { background-color: #3A9ADE; }
a { background-color: rgb(58,154,222); }
div.DivClassName
{
background-color: #3A9ADE;
}
.BgClassName
{
background-color: #3A9ADE;
}
</style>
border-color css
<style>
span { border-color: #3A9ADE; }
span { border-color: rgb(58,154,222); }
td.TdClassName
{
border-color: #3A9ADE;
}
.TagClassName
{
border-color: #3A9ADE;
}
</style>