Shades of Summer Sky #3091DF
Tints of Summer Sky #3091DF
RGB
CMYK
RGB Variations
Color information
#3091DF (or 0x3091DF) is known color: Summer Sky. HEX triplet: 30, 91 and DF. RGB value is (48,145,223). Sum of RGB (Red+Green+Blue) = 48+145+223=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #3091DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3091DF is #CF6E20. Grayscale: #7C7C7C. Windows color (decimal): -13594145 or 14651696. OLE color: 14651696.
HSL color Cylindrical-coordinate representation of color #3091DF: hue angle of 206.74º 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 #3091DF is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 145 | 223 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.13 |
| HSL | 206.74º | 0.73% | 0.53% | - |
| HSV(B) | 206.74º | 0.78% | 0.87% | - |
| XYZ | 24.66 | 26.21 | 73.57 | - |
| YUV | 124.89 | 183.36 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 223 | 0.78 | 0.35 | 0 | 0.13 | 206.74 | 0.73 | 0.53 |
| Hex | 30 | 91 | DF | 4E | 23 | 0 | D | CF | 49 | 35 |
| Octal | 60 | 221 | 337 | 116 | 43 | 0 | 15 | 317 | 111 | 65 |
| Binary | 110000 | 10010001 | 11011111 | 1001110 | 100011 | 0 | 1101 | 11001111 | 1001001 | 110101 |
Color Harmonies of #3091DF
Complementary color
Monochromatic Colors of #3091DF
Black with #3091DF
Text Example
Text Example
White with #3091DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3091DF; }
p { color: rgb(48,145,223); }
H1.HeaderClassName
{
color: #3091DF;
}
.AnyTagClassName
{
color: #3091DF;
}
</style>
background-color css
<style>
a { background-color: #3091DF; }
a { background-color: rgb(48,145,223); }
div.DivClassName
{
background-color: #3091DF;
}
.BgClassName
{
background-color: #3091DF;
}
</style>
border-color css
<style>
span { border-color: #3091DF; }
span { border-color: rgb(48,145,223); }
td.TdClassName
{
border-color: #3091DF;
}
.TagClassName
{
border-color: #3091DF;
}
</style>