Shades of Summer Sky #3A9FF2
Tints of Summer Sky #3A9FF2
RGB
CMYK
RGB Variations
Color information
#3A9FF2 (or 0x3A9FF2) is known color: Summer Sky. HEX triplet: 3A, 9F and F2. RGB value is (58,159,242). Sum of RGB (Red+Green+Blue) = 58+159+242=459 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.64% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #3A9FF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A9FF2 is #C5600D. Grayscale: #898989. Windows color (decimal): -12935182 or 15900474. OLE color: 15900474.
HSL color Cylindrical-coordinate representation of color #3A9FF2: hue angle of 207.07º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A9FF2 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 159 | 242 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.05 |
| HSL | 207.07º | 0.88% | 0.59% | - |
| HSV(B) | 207.07º | 0.76% | 0.95% | - |
| XYZ | 30.17 | 32.11 | 88.61 | - |
| YUV | 138.26 | 186.54 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 159 | 242 | 0.76 | 0.34 | 0 | 0.05 | 207.07 | 0.88 | 0.59 |
| Hex | 3A | 9F | F2 | 4C | 22 | 0 | 5 | CF | 58 | 3B |
| Octal | 72 | 237 | 362 | 114 | 42 | 0 | 5 | 317 | 130 | 73 |
| Binary | 111010 | 10011111 | 11110010 | 1001100 | 100010 | 0 | 101 | 11001111 | 1011000 | 111011 |
Color Harmonies of #3A9FF2
Complementary color
Monochromatic Colors of #3A9FF2
Black with #3A9FF2
Text Example
Text Example
White with #3A9FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9FF2; }
p { color: rgb(58,159,242); }
H1.HeaderClassName
{
color: #3A9FF2;
}
.AnyTagClassName
{
color: #3A9FF2;
}
</style>
background-color css
<style>
a { background-color: #3A9FF2; }
a { background-color: rgb(58,159,242); }
div.DivClassName
{
background-color: #3A9FF2;
}
.BgClassName
{
background-color: #3A9FF2;
}
</style>
border-color css
<style>
span { border-color: #3A9FF2; }
span { border-color: rgb(58,159,242); }
td.TdClassName
{
border-color: #3A9FF2;
}
.TagClassName
{
border-color: #3A9FF2;
}
</style>