Shades of Summer Sky #3696D1
Tints of Summer Sky #3696D1
RGB
CMYK
RGB Variations
Color information
#3696D1 (or 0x3696D1) is known color: Summer Sky. HEX triplet: 36, 96 and D1. RGB value is (54,150,209). Sum of RGB (Red+Green+Blue) = 54+150+209=413 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.08% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #3696D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3696D1 is #C9692E. Grayscale: #7F7F7F. Windows color (decimal): -13199663 or 13735478. OLE color: 13735478.
HSL color Cylindrical-coordinate representation of color #3696D1: hue angle of 202.84º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3696D1 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 150 | 209 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.18 |
| HSL | 202.84º | 0.63% | 0.52% | - |
| HSV(B) | 202.84º | 0.74% | 0.82% | - |
| XYZ | 23.94 | 27.2 | 64.31 | - |
| YUV | 128.02 | 173.7 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 209 | 0.74 | 0.28 | 0 | 0.18 | 202.84 | 0.63 | 0.52 |
| Hex | 36 | 96 | D1 | 4A | 1C | 0 | 12 | CB | 3F | 34 |
| Octal | 66 | 226 | 321 | 112 | 34 | 0 | 22 | 313 | 77 | 64 |
| Binary | 110110 | 10010110 | 11010001 | 1001010 | 11100 | 0 | 10010 | 11001011 | 111111 | 110100 |
Color Harmonies of #3696D1
Complementary color
Monochromatic Colors of #3696D1
Black with #3696D1
Text Example
Text Example
White with #3696D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3696D1; }
p { color: rgb(54,150,209); }
H1.HeaderClassName
{
color: #3696D1;
}
.AnyTagClassName
{
color: #3696D1;
}
</style>
background-color css
<style>
a { background-color: #3696D1; }
a { background-color: rgb(54,150,209); }
div.DivClassName
{
background-color: #3696D1;
}
.BgClassName
{
background-color: #3696D1;
}
</style>
border-color css
<style>
span { border-color: #3696D1; }
span { border-color: rgb(54,150,209); }
td.TdClassName
{
border-color: #3696D1;
}
.TagClassName
{
border-color: #3696D1;
}
</style>