Shades of Summer Sky #3690DB
Tints of Summer Sky #3690DB
RGB
CMYK
RGB Variations
Color information
#3690DB (or 0x3690DB) is known color: Summer Sky. HEX triplet: 36, 90 and DB. RGB value is (54,144,219). Sum of RGB (Red+Green+Blue) = 54+144+219=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #3690DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3690DB is #C96F24. Grayscale: #7D7D7D. Windows color (decimal): -13201189 or 14389302. OLE color: 14389302.
HSL color Cylindrical-coordinate representation of color #3690DB: hue angle of 207.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3690DB is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 144 | 219 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.14 |
| HSL | 207.27º | 0.7% | 0.54% | - |
| HSV(B) | 207.27º | 0.75% | 0.86% | - |
| XYZ | 24.28 | 25.85 | 70.73 | - |
| YUV | 125.64 | 180.68 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 219 | 0.75 | 0.34 | 0 | 0.14 | 207.27 | 0.7 | 0.54 |
| Hex | 36 | 90 | DB | 4B | 22 | 0 | E | CF | 46 | 36 |
| Octal | 66 | 220 | 333 | 113 | 42 | 0 | 16 | 317 | 106 | 66 |
| Binary | 110110 | 10010000 | 11011011 | 1001011 | 100010 | 0 | 1110 | 11001111 | 1000110 | 110110 |
Color Harmonies of #3690DB
Complementary color
Monochromatic Colors of #3690DB
Black with #3690DB
Text Example
Text Example
White with #3690DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3690DB; }
p { color: rgb(54,144,219); }
H1.HeaderClassName
{
color: #3690DB;
}
.AnyTagClassName
{
color: #3690DB;
}
</style>
background-color css
<style>
a { background-color: #3690DB; }
a { background-color: rgb(54,144,219); }
div.DivClassName
{
background-color: #3690DB;
}
.BgClassName
{
background-color: #3690DB;
}
</style>
border-color css
<style>
span { border-color: #3690DB; }
span { border-color: rgb(54,144,219); }
td.TdClassName
{
border-color: #3690DB;
}
.TagClassName
{
border-color: #3690DB;
}
</style>