Shades of Summer Sky #31A2EA
Tints of Summer Sky #31A2EA
RGB
CMYK
RGB Variations
Color information
#31A2EA (or 0x31A2EA) is known color: Summer Sky. HEX triplet: 31, A2 and EA. RGB value is (49,162,234). Sum of RGB (Red+Green+Blue) = 49+162+234=445 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.01% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #31A2EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A2EA is #CE5D15. Grayscale: #888888. Windows color (decimal): -13524246 or 15376945. OLE color: 15376945.
HSL color Cylindrical-coordinate representation of color #31A2EA: hue angle of 203.35º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31A2EA is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 162 | 234 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.08 |
| HSL | 203.35º | 0.81% | 0.55% | - |
| HSV(B) | 203.35º | 0.79% | 0.92% | - |
| XYZ | 29.04 | 32.43 | 82.57 | - |
| YUV | 136.42 | 183.06 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 162 | 234 | 0.79 | 0.31 | 0 | 0.08 | 203.35 | 0.81 | 0.55 |
| Hex | 31 | A2 | EA | 4F | 1F | 0 | 8 | CB | 51 | 37 |
| Octal | 61 | 242 | 352 | 117 | 37 | 0 | 10 | 313 | 121 | 67 |
| Binary | 110001 | 10100010 | 11101010 | 1001111 | 11111 | 0 | 1000 | 11001011 | 1010001 | 110111 |
Color Harmonies of #31A2EA
Complementary color
Monochromatic Colors of #31A2EA
Black with #31A2EA
Text Example
Text Example
White with #31A2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A2EA; }
p { color: rgb(49,162,234); }
H1.HeaderClassName
{
color: #31A2EA;
}
.AnyTagClassName
{
color: #31A2EA;
}
</style>
background-color css
<style>
a { background-color: #31A2EA; }
a { background-color: rgb(49,162,234); }
div.DivClassName
{
background-color: #31A2EA;
}
.BgClassName
{
background-color: #31A2EA;
}
</style>
border-color css
<style>
span { border-color: #31A2EA; }
span { border-color: rgb(49,162,234); }
td.TdClassName
{
border-color: #31A2EA;
}
.TagClassName
{
border-color: #31A2EA;
}
</style>