Shades of Summer Sky #3097DF
Tints of Summer Sky #3097DF
RGB
CMYK
RGB Variations
Color information
#3097DF (or 0x3097DF) is known color: Summer Sky. HEX triplet: 30, 97 and DF. RGB value is (48,151,223). Sum of RGB (Red+Green+Blue) = 48+151+223=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #3097DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3097DF is #CF6820. Grayscale: #808080. Windows color (decimal): -13592609 or 14653232. OLE color: 14653232.
HSL color Cylindrical-coordinate representation of color #3097DF: hue angle of 204.69º 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 #3097DF is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 151 | 223 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.13 |
| HSL | 204.69º | 0.73% | 0.53% | - |
| HSV(B) | 204.69º | 0.78% | 0.87% | - |
| XYZ | 25.6 | 28.09 | 73.88 | - |
| YUV | 128.41 | 181.38 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 151 | 223 | 0.78 | 0.32 | 0 | 0.13 | 204.69 | 0.73 | 0.53 |
| Hex | 30 | 97 | DF | 4E | 20 | 0 | D | CD | 49 | 35 |
| Octal | 60 | 227 | 337 | 116 | 40 | 0 | 15 | 315 | 111 | 65 |
| Binary | 110000 | 10010111 | 11011111 | 1001110 | 100000 | 0 | 1101 | 11001101 | 1001001 | 110101 |
Color Harmonies of #3097DF
Complementary color
Monochromatic Colors of #3097DF
Black with #3097DF
Text Example
Text Example
White with #3097DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3097DF; }
p { color: rgb(48,151,223); }
H1.HeaderClassName
{
color: #3097DF;
}
.AnyTagClassName
{
color: #3097DF;
}
</style>
background-color css
<style>
a { background-color: #3097DF; }
a { background-color: rgb(48,151,223); }
div.DivClassName
{
background-color: #3097DF;
}
.BgClassName
{
background-color: #3097DF;
}
</style>
border-color css
<style>
span { border-color: #3097DF; }
span { border-color: rgb(48,151,223); }
td.TdClassName
{
border-color: #3097DF;
}
.TagClassName
{
border-color: #3097DF;
}
</style>