Shades of Summer Sky #3297DE
Tints of Summer Sky #3297DE
RGB
CMYK
RGB Variations
Color information
#3297DE (or 0x3297DE) is known color: Summer Sky. HEX triplet: 32, 97 and DE. RGB value is (50,151,222). Sum of RGB (Red+Green+Blue) = 50+151+222=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #3297DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3297DE is #CD6821. Grayscale: #808080. Windows color (decimal): -13461538 or 14587698. OLE color: 14587698.
HSL color Cylindrical-coordinate representation of color #3297DE: hue angle of 204.77º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3297DE is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 151 | 222 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.13 |
| HSL | 204.77º | 0.72% | 0.53% | - |
| HSV(B) | 204.77º | 0.77% | 0.87% | - |
| XYZ | 25.57 | 28.09 | 73.18 | - |
| YUV | 128.9 | 180.54 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 222 | 0.77 | 0.32 | 0 | 0.13 | 204.77 | 0.72 | 0.53 |
| Hex | 32 | 97 | DE | 4D | 20 | 0 | D | CD | 48 | 35 |
| Octal | 62 | 227 | 336 | 115 | 40 | 0 | 15 | 315 | 110 | 65 |
| Binary | 110010 | 10010111 | 11011110 | 1001101 | 100000 | 0 | 1101 | 11001101 | 1001000 | 110101 |
Color Harmonies of #3297DE
Complementary color
Monochromatic Colors of #3297DE
Black with #3297DE
Text Example
Text Example
White with #3297DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3297DE; }
p { color: rgb(50,151,222); }
H1.HeaderClassName
{
color: #3297DE;
}
.AnyTagClassName
{
color: #3297DE;
}
</style>
background-color css
<style>
a { background-color: #3297DE; }
a { background-color: rgb(50,151,222); }
div.DivClassName
{
background-color: #3297DE;
}
.BgClassName
{
background-color: #3297DE;
}
</style>
border-color css
<style>
span { border-color: #3297DE; }
span { border-color: rgb(50,151,222); }
td.TdClassName
{
border-color: #3297DE;
}
.TagClassName
{
border-color: #3297DE;
}
</style>