Shades of Summer Sky #3292E2
Tints of Summer Sky #3292E2
RGB
CMYK
RGB Variations
Color information
#3292E2 (or 0x3292E2) is known color: Summer Sky. HEX triplet: 32, 92 and E2. RGB value is (50,146,226). Sum of RGB (Red+Green+Blue) = 50+146+226=422 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.85% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #3292E2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3292E2 is #CD6D1D. Grayscale: #7E7E7E. Windows color (decimal): -13462814 or 14848562. OLE color: 14848562.
HSL color Cylindrical-coordinate representation of color #3292E2: hue angle of 207.27º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3292E2 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 146 | 226 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.11 |
| HSL | 207.27º | 0.75% | 0.54% | - |
| HSV(B) | 207.27º | 0.78% | 0.89% | - |
| XYZ | 25.32 | 26.73 | 75.78 | - |
| YUV | 126.42 | 184.2 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 226 | 0.78 | 0.35 | 0 | 0.11 | 207.27 | 0.75 | 0.54 |
| Hex | 32 | 92 | E2 | 4E | 23 | 0 | B | CF | 4B | 36 |
| Octal | 62 | 222 | 342 | 116 | 43 | 0 | 13 | 317 | 113 | 66 |
| Binary | 110010 | 10010010 | 11100010 | 1001110 | 100011 | 0 | 1011 | 11001111 | 1001011 | 110110 |
Color Harmonies of #3292E2
Complementary color
Monochromatic Colors of #3292E2
Black with #3292E2
Text Example
Text Example
White with #3292E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3292E2; }
p { color: rgb(50,146,226); }
H1.HeaderClassName
{
color: #3292E2;
}
.AnyTagClassName
{
color: #3292E2;
}
</style>
background-color css
<style>
a { background-color: #3292E2; }
a { background-color: rgb(50,146,226); }
div.DivClassName
{
background-color: #3292E2;
}
.BgClassName
{
background-color: #3292E2;
}
</style>
border-color css
<style>
span { border-color: #3292E2; }
span { border-color: rgb(50,146,226); }
td.TdClassName
{
border-color: #3292E2;
}
.TagClassName
{
border-color: #3292E2;
}
</style>