Shades of Summer Sky #3699DB
Tints of Summer Sky #3699DB
RGB
CMYK
RGB Variations
Color information
#3699DB (or 0x3699DB) is known color: Summer Sky. HEX triplet: 36, 99 and DB. RGB value is (54,153,219). Sum of RGB (Red+Green+Blue) = 54+153+219=426 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.68% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #3699DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3699DB is #C96624. Grayscale: #828282. Windows color (decimal): -13198885 or 14391606. OLE color: 14391606.
HSL color Cylindrical-coordinate representation of color #3699DB: hue angle of 204º 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 #3699DB is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 153 | 219 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.14 |
| HSL | 204º | 0.7% | 0.54% | - |
| HSV(B) | 204º | 0.75% | 0.86% | - |
| XYZ | 25.7 | 28.68 | 71.2 | - |
| YUV | 130.92 | 177.7 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 219 | 0.75 | 0.30 | 0 | 0.14 | 204 | 0.7 | 0.54 |
| Hex | 36 | 99 | DB | 4B | 1E | 0 | E | CC | 46 | 36 |
| Octal | 66 | 231 | 333 | 113 | 36 | 0 | 16 | 314 | 106 | 66 |
| Binary | 110110 | 10011001 | 11011011 | 1001011 | 11110 | 0 | 1110 | 11001100 | 1000110 | 110110 |
Color Harmonies of #3699DB
Complementary color
Monochromatic Colors of #3699DB
Black with #3699DB
Text Example
Text Example
White with #3699DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3699DB; }
p { color: rgb(54,153,219); }
H1.HeaderClassName
{
color: #3699DB;
}
.AnyTagClassName
{
color: #3699DB;
}
</style>
background-color css
<style>
a { background-color: #3699DB; }
a { background-color: rgb(54,153,219); }
div.DivClassName
{
background-color: #3699DB;
}
.BgClassName
{
background-color: #3699DB;
}
</style>
border-color css
<style>
span { border-color: #3699DB; }
span { border-color: rgb(54,153,219); }
td.TdClassName
{
border-color: #3699DB;
}
.TagClassName
{
border-color: #3699DB;
}
</style>