Shades of Summer Sky #3A9EEA
Tints of Summer Sky #3A9EEA
RGB
CMYK
RGB Variations
Color information
#3A9EEA (or 0x3A9EEA) is known color: Summer Sky. HEX triplet: 3A, 9E and EA. RGB value is (58,158,234). Sum of RGB (Red+Green+Blue) = 58+158+234=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A9EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A9EEA is #C56115. Grayscale: #888888. Windows color (decimal): -12935446 or 15375930. OLE color: 15375930.
HSL color Cylindrical-coordinate representation of color #3A9EEA: hue angle of 205.91º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A9EEA is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 158 | 234 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.08 |
| HSL | 205.91º | 0.81% | 0.57% | - |
| HSV(B) | 205.91º | 0.75% | 0.92% | - |
| XYZ | 28.82 | 31.29 | 82.36 | - |
| YUV | 136.76 | 182.87 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 158 | 234 | 0.75 | 0.32 | 0 | 0.08 | 205.91 | 0.81 | 0.57 |
| Hex | 3A | 9E | EA | 4B | 20 | 0 | 8 | CE | 51 | 39 |
| Octal | 72 | 236 | 352 | 113 | 40 | 0 | 10 | 316 | 121 | 71 |
| Binary | 111010 | 10011110 | 11101010 | 1001011 | 100000 | 0 | 1000 | 11001110 | 1010001 | 111001 |
Color Harmonies of #3A9EEA
Complementary color
Monochromatic Colors of #3A9EEA
Black with #3A9EEA
Text Example
Text Example
White with #3A9EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9EEA; }
p { color: rgb(58,158,234); }
H1.HeaderClassName
{
color: #3A9EEA;
}
.AnyTagClassName
{
color: #3A9EEA;
}
</style>
background-color css
<style>
a { background-color: #3A9EEA; }
a { background-color: rgb(58,158,234); }
div.DivClassName
{
background-color: #3A9EEA;
}
.BgClassName
{
background-color: #3A9EEA;
}
</style>
border-color css
<style>
span { border-color: #3A9EEA; }
span { border-color: rgb(58,158,234); }
td.TdClassName
{
border-color: #3A9EEA;
}
.TagClassName
{
border-color: #3A9EEA;
}
</style>