Shades of Summer Sky #3096DD
Tints of Summer Sky #3096DD
RGB
CMYK
RGB Variations
Color information
#3096DD (or 0x3096DD) is known color: Summer Sky. HEX triplet: 30, 96 and DD. RGB value is (48,150,221). Sum of RGB (Red+Green+Blue) = 48+150+221=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #3096DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3096DD is #CF6922. Grayscale: #7F7F7F. Windows color (decimal): -13592867 or 14521904. OLE color: 14521904.
HSL color Cylindrical-coordinate representation of color #3096DD: hue angle of 204.62º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3096DD is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 150 | 221 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.13 |
| HSL | 204.62º | 0.72% | 0.53% | - |
| HSV(B) | 204.62º | 0.78% | 0.87% | - |
| XYZ | 25.18 | 27.66 | 72.42 | - |
| YUV | 127.6 | 180.71 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 150 | 221 | 0.78 | 0.32 | 0 | 0.13 | 204.62 | 0.72 | 0.53 |
| Hex | 30 | 96 | DD | 4E | 20 | 0 | D | CD | 48 | 35 |
| Octal | 60 | 226 | 335 | 116 | 40 | 0 | 15 | 315 | 110 | 65 |
| Binary | 110000 | 10010110 | 11011101 | 1001110 | 100000 | 0 | 1101 | 11001101 | 1001000 | 110101 |
Color Harmonies of #3096DD
Complementary color
Monochromatic Colors of #3096DD
Black with #3096DD
Text Example
Text Example
White with #3096DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3096DD; }
p { color: rgb(48,150,221); }
H1.HeaderClassName
{
color: #3096DD;
}
.AnyTagClassName
{
color: #3096DD;
}
</style>
background-color css
<style>
a { background-color: #3096DD; }
a { background-color: rgb(48,150,221); }
div.DivClassName
{
background-color: #3096DD;
}
.BgClassName
{
background-color: #3096DD;
}
</style>
border-color css
<style>
span { border-color: #3096DD; }
span { border-color: rgb(48,150,221); }
td.TdClassName
{
border-color: #3096DD;
}
.TagClassName
{
border-color: #3096DD;
}
</style>