Shades of Summer Sky #3090DF
Tints of Summer Sky #3090DF
RGB
CMYK
RGB Variations
Color information
#3090DF (or 0x3090DF) is known color: Summer Sky. HEX triplet: 30, 90 and DF. RGB value is (48,144,223). Sum of RGB (Red+Green+Blue) = 48+144+223=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #3090DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3090DF is #CF6F20. Grayscale: #7B7B7B. Windows color (decimal): -13594401 or 14651440. OLE color: 14651440.
HSL color Cylindrical-coordinate representation of color #3090DF: hue angle of 207.09º 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 #3090DF is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 144 | 223 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.13 |
| HSL | 207.09º | 0.73% | 0.53% | - |
| HSV(B) | 207.09º | 0.78% | 0.87% | - |
| XYZ | 24.51 | 25.9 | 73.52 | - |
| YUV | 124.3 | 183.7 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 223 | 0.78 | 0.35 | 0 | 0.13 | 207.09 | 0.73 | 0.53 |
| Hex | 30 | 90 | DF | 4E | 23 | 0 | D | CF | 49 | 35 |
| Octal | 60 | 220 | 337 | 116 | 43 | 0 | 15 | 317 | 111 | 65 |
| Binary | 110000 | 10010000 | 11011111 | 1001110 | 100011 | 0 | 1101 | 11001111 | 1001001 | 110101 |
Color Harmonies of #3090DF
Complementary color
Monochromatic Colors of #3090DF
Black with #3090DF
Text Example
Text Example
White with #3090DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3090DF; }
p { color: rgb(48,144,223); }
H1.HeaderClassName
{
color: #3090DF;
}
.AnyTagClassName
{
color: #3090DF;
}
</style>
background-color css
<style>
a { background-color: #3090DF; }
a { background-color: rgb(48,144,223); }
div.DivClassName
{
background-color: #3090DF;
}
.BgClassName
{
background-color: #3090DF;
}
</style>
border-color css
<style>
span { border-color: #3090DF; }
span { border-color: rgb(48,144,223); }
td.TdClassName
{
border-color: #3090DF;
}
.TagClassName
{
border-color: #3090DF;
}
</style>