Shades of Summer Sky #3090DB
Tints of Summer Sky #3090DB
RGB
CMYK
RGB Variations
Color information
#3090DB (or 0x3090DB) is known color: Summer Sky. HEX triplet: 30, 90 and DB. RGB value is (48,144,219). Sum of RGB (Red+Green+Blue) = 48+144+219=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #3090DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3090DB is #CF6F24. Grayscale: #7B7B7B. Windows color (decimal): -13594405 or 14389296. OLE color: 14389296.
HSL color Cylindrical-coordinate representation of color #3090DB: hue angle of 206.32º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3090DB is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 144 | 219 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.14 |
| HSL | 206.32º | 0.7% | 0.52% | - |
| HSV(B) | 206.32º | 0.78% | 0.86% | - |
| XYZ | 23.98 | 25.69 | 70.71 | - |
| YUV | 123.85 | 181.7 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 219 | 0.78 | 0.34 | 0 | 0.14 | 206.32 | 0.7 | 0.52 |
| Hex | 30 | 90 | DB | 4E | 22 | 0 | E | CE | 46 | 34 |
| Octal | 60 | 220 | 333 | 116 | 42 | 0 | 16 | 316 | 106 | 64 |
| Binary | 110000 | 10010000 | 11011011 | 1001110 | 100010 | 0 | 1110 | 11001110 | 1000110 | 110100 |
Color Harmonies of #3090DB
Complementary color
Monochromatic Colors of #3090DB
Black with #3090DB
Text Example
Text Example
White with #3090DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3090DB; }
p { color: rgb(48,144,219); }
H1.HeaderClassName
{
color: #3090DB;
}
.AnyTagClassName
{
color: #3090DB;
}
</style>
background-color css
<style>
a { background-color: #3090DB; }
a { background-color: rgb(48,144,219); }
div.DivClassName
{
background-color: #3090DB;
}
.BgClassName
{
background-color: #3090DB;
}
</style>
border-color css
<style>
span { border-color: #3090DB; }
span { border-color: rgb(48,144,219); }
td.TdClassName
{
border-color: #3090DB;
}
.TagClassName
{
border-color: #3090DB;
}
</style>