Shades of Summer Sky #3695DC
Tints of Summer Sky #3695DC
RGB
CMYK
RGB Variations
Color information
#3695DC (or 0x3695DC) is known color: Summer Sky. HEX triplet: 36, 95 and DC. RGB value is (54,149,220). Sum of RGB (Red+Green+Blue) = 54+149+220=423 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.77% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #3695DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3695DC is #C96A23. Grayscale: #808080. Windows color (decimal): -13199908 or 14456118. OLE color: 14456118.
HSL color Cylindrical-coordinate representation of color #3695DC: hue angle of 205.66º 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 #3695DC is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 149 | 220 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.14 |
| HSL | 205.66º | 0.7% | 0.54% | - |
| HSV(B) | 205.66º | 0.75% | 0.86% | - |
| XYZ | 25.19 | 27.45 | 71.68 | - |
| YUV | 128.69 | 179.53 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 149 | 220 | 0.75 | 0.32 | 0 | 0.14 | 205.66 | 0.7 | 0.54 |
| Hex | 36 | 95 | DC | 4B | 20 | 0 | E | CE | 46 | 36 |
| Octal | 66 | 225 | 334 | 113 | 40 | 0 | 16 | 316 | 106 | 66 |
| Binary | 110110 | 10010101 | 11011100 | 1001011 | 100000 | 0 | 1110 | 11001110 | 1000110 | 110110 |
Color Harmonies of #3695DC
Complementary color
Monochromatic Colors of #3695DC
Black with #3695DC
Text Example
Text Example
White with #3695DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3695DC; }
p { color: rgb(54,149,220); }
H1.HeaderClassName
{
color: #3695DC;
}
.AnyTagClassName
{
color: #3695DC;
}
</style>
background-color css
<style>
a { background-color: #3695DC; }
a { background-color: rgb(54,149,220); }
div.DivClassName
{
background-color: #3695DC;
}
.BgClassName
{
background-color: #3695DC;
}
</style>
border-color css
<style>
span { border-color: #3695DC; }
span { border-color: rgb(54,149,220); }
td.TdClassName
{
border-color: #3695DC;
}
.TagClassName
{
border-color: #3695DC;
}
</style>