Shades of Summer Sky #3694DC
Tints of Summer Sky #3694DC
RGB
CMYK
RGB Variations
Color information
#3694DC (or 0x3694DC) is known color: Summer Sky. HEX triplet: 36, 94 and DC. RGB value is (54,148,220). Sum of RGB (Red+Green+Blue) = 54+148+220=422 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.80% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #3694DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3694DC is #C96B23. Grayscale: #7F7F7F. Windows color (decimal): -13200164 or 14455862. OLE color: 14455862.
HSL color Cylindrical-coordinate representation of color #3694DC: hue angle of 206.02º 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 #3694DC is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 148 | 220 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.14 |
| HSL | 206.02º | 0.7% | 0.54% | - |
| HSV(B) | 206.02º | 0.75% | 0.86% | - |
| XYZ | 25.03 | 27.13 | 71.63 | - |
| YUV | 128.1 | 179.86 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 220 | 0.75 | 0.33 | 0 | 0.14 | 206.02 | 0.7 | 0.54 |
| Hex | 36 | 94 | DC | 4B | 21 | 0 | E | CE | 46 | 36 |
| Octal | 66 | 224 | 334 | 113 | 41 | 0 | 16 | 316 | 106 | 66 |
| Binary | 110110 | 10010100 | 11011100 | 1001011 | 100001 | 0 | 1110 | 11001110 | 1000110 | 110110 |
Color Harmonies of #3694DC
Complementary color
Monochromatic Colors of #3694DC
Black with #3694DC
Text Example
Text Example
White with #3694DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3694DC; }
p { color: rgb(54,148,220); }
H1.HeaderClassName
{
color: #3694DC;
}
.AnyTagClassName
{
color: #3694DC;
}
</style>
background-color css
<style>
a { background-color: #3694DC; }
a { background-color: rgb(54,148,220); }
div.DivClassName
{
background-color: #3694DC;
}
.BgClassName
{
background-color: #3694DC;
}
</style>
border-color css
<style>
span { border-color: #3694DC; }
span { border-color: rgb(54,148,220); }
td.TdClassName
{
border-color: #3694DC;
}
.TagClassName
{
border-color: #3694DC;
}
</style>