Shades of Summer Sky #3097E6
Tints of Summer Sky #3097E6
RGB
CMYK
RGB Variations
Color information
#3097E6 (or 0x3097E6) is known color: Summer Sky. HEX triplet: 30, 97 and E6. RGB value is (48,151,230). Sum of RGB (Red+Green+Blue) = 48+151+230=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #3097E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3097E6 is #CF6819. Grayscale: #808080. Windows color (decimal): -13592602 or 15111984. OLE color: 15111984.
HSL color Cylindrical-coordinate representation of color #3097E6: hue angle of 206.04º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3097E6 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 151 | 230 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.10 |
| HSL | 206.04º | 0.78% | 0.55% | - |
| HSV(B) | 206.04º | 0.79% | 0.9% | - |
| XYZ | 26.57 | 28.47 | 78.96 | - |
| YUV | 129.21 | 184.88 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 151 | 230 | 0.79 | 0.34 | 0 | 0.10 | 206.04 | 0.78 | 0.55 |
| Hex | 30 | 97 | E6 | 4F | 22 | 0 | A | CE | 4E | 37 |
| Octal | 60 | 227 | 346 | 117 | 42 | 0 | 12 | 316 | 116 | 67 |
| Binary | 110000 | 10010111 | 11100110 | 1001111 | 100010 | 0 | 1010 | 11001110 | 1001110 | 110111 |
Color Harmonies of #3097E6
Complementary color
Monochromatic Colors of #3097E6
Black with #3097E6
Text Example
Text Example
White with #3097E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3097E6; }
p { color: rgb(48,151,230); }
H1.HeaderClassName
{
color: #3097E6;
}
.AnyTagClassName
{
color: #3097E6;
}
</style>
background-color css
<style>
a { background-color: #3097E6; }
a { background-color: rgb(48,151,230); }
div.DivClassName
{
background-color: #3097E6;
}
.BgClassName
{
background-color: #3097E6;
}
</style>
border-color css
<style>
span { border-color: #3097E6; }
span { border-color: rgb(48,151,230); }
td.TdClassName
{
border-color: #3097E6;
}
.TagClassName
{
border-color: #3097E6;
}
</style>