Shades of Summer Sky #3292DB
Tints of Summer Sky #3292DB
RGB
CMYK
RGB Variations
Color information
#3292DB (or 0x3292DB) is known color: Summer Sky. HEX triplet: 32, 92 and DB. RGB value is (50,146,219). Sum of RGB (Red+Green+Blue) = 50+146+219=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #3292DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3292DB is #CD6D24. Grayscale: #7D7D7D. Windows color (decimal): -13462821 or 14389810. OLE color: 14389810.
HSL color Cylindrical-coordinate representation of color #3292DB: hue angle of 205.92º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3292DB is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 146 | 219 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.14 |
| HSL | 205.92º | 0.7% | 0.53% | - |
| HSV(B) | 205.92º | 0.77% | 0.86% | - |
| XYZ | 24.38 | 26.35 | 70.82 | - |
| YUV | 125.62 | 180.7 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 219 | 0.77 | 0.33 | 0 | 0.14 | 205.92 | 0.7 | 0.53 |
| Hex | 32 | 92 | DB | 4D | 21 | 0 | E | CE | 46 | 35 |
| Octal | 62 | 222 | 333 | 115 | 41 | 0 | 16 | 316 | 106 | 65 |
| Binary | 110010 | 10010010 | 11011011 | 1001101 | 100001 | 0 | 1110 | 11001110 | 1000110 | 110101 |
Color Harmonies of #3292DB
Complementary color
Monochromatic Colors of #3292DB
Black with #3292DB
Text Example
Text Example
White with #3292DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3292DB; }
p { color: rgb(50,146,219); }
H1.HeaderClassName
{
color: #3292DB;
}
.AnyTagClassName
{
color: #3292DB;
}
</style>
background-color css
<style>
a { background-color: #3292DB; }
a { background-color: rgb(50,146,219); }
div.DivClassName
{
background-color: #3292DB;
}
.BgClassName
{
background-color: #3292DB;
}
</style>
border-color css
<style>
span { border-color: #3292DB; }
span { border-color: rgb(50,146,219); }
td.TdClassName
{
border-color: #3292DB;
}
.TagClassName
{
border-color: #3292DB;
}
</style>