Shades of Summer Sky #3096DE
Tints of Summer Sky #3096DE
RGB
CMYK
RGB Variations
Color information
#3096DE (or 0x3096DE) is known color: Summer Sky. HEX triplet: 30, 96 and DE. RGB value is (48,150,222). Sum of RGB (Red+Green+Blue) = 48+150+222=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #3096DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3096DE is #CF6921. Grayscale: #7F7F7F. Windows color (decimal): -13592866 or 14587440. OLE color: 14587440.
HSL color Cylindrical-coordinate representation of color #3096DE: hue angle of 204.83º degrees, saturation: 0.73, 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 #3096DE is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 150 | 222 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.13 |
| HSL | 204.83º | 0.73% | 0.53% | - |
| HSV(B) | 204.83º | 0.78% | 0.87% | - |
| XYZ | 25.31 | 27.72 | 73.12 | - |
| YUV | 127.71 | 181.21 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 150 | 222 | 0.78 | 0.32 | 0 | 0.13 | 204.83 | 0.73 | 0.53 |
| Hex | 30 | 96 | DE | 4E | 20 | 0 | D | CD | 48 | 35 |
| Octal | 60 | 226 | 336 | 116 | 40 | 0 | 15 | 315 | 110 | 65 |
| Binary | 110000 | 10010110 | 11011110 | 1001110 | 100000 | 0 | 1101 | 11001101 | 1001000 | 110101 |
Color Harmonies of #3096DE
Complementary color
Monochromatic Colors of #3096DE
Black with #3096DE
Text Example
Text Example
White with #3096DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3096DE; }
p { color: rgb(48,150,222); }
H1.HeaderClassName
{
color: #3096DE;
}
.AnyTagClassName
{
color: #3096DE;
}
</style>
background-color css
<style>
a { background-color: #3096DE; }
a { background-color: rgb(48,150,222); }
div.DivClassName
{
background-color: #3096DE;
}
.BgClassName
{
background-color: #3096DE;
}
</style>
border-color css
<style>
span { border-color: #3096DE; }
span { border-color: rgb(48,150,222); }
td.TdClassName
{
border-color: #3096DE;
}
.TagClassName
{
border-color: #3096DE;
}
</style>