Shades of Summer Sky #3698DC
Tints of Summer Sky #3698DC
RGB
CMYK
RGB Variations
Color information
#3698DC (or 0x3698DC) is known color: Summer Sky. HEX triplet: 36, 98 and DC. RGB value is (54,152,220). Sum of RGB (Red+Green+Blue) = 54+152+220=426 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.68% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #3698DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3698DC is #C96723. Grayscale: #828282. Windows color (decimal): -13199140 or 14456886. OLE color: 14456886.
HSL color Cylindrical-coordinate representation of color #3698DC: hue angle of 204.58º 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 #3698DC is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 152 | 220 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.14 |
| HSL | 204.58º | 0.7% | 0.54% | - |
| HSV(B) | 204.58º | 0.75% | 0.86% | - |
| XYZ | 25.67 | 28.41 | 71.84 | - |
| YUV | 130.45 | 178.53 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 220 | 0.75 | 0.31 | 0 | 0.14 | 204.58 | 0.7 | 0.54 |
| Hex | 36 | 98 | DC | 4B | 1F | 0 | E | CD | 46 | 36 |
| Octal | 66 | 230 | 334 | 113 | 37 | 0 | 16 | 315 | 106 | 66 |
| Binary | 110110 | 10011000 | 11011100 | 1001011 | 11111 | 0 | 1110 | 11001101 | 1000110 | 110110 |
Color Harmonies of #3698DC
Complementary color
Monochromatic Colors of #3698DC
Black with #3698DC
Text Example
Text Example
White with #3698DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3698DC; }
p { color: rgb(54,152,220); }
H1.HeaderClassName
{
color: #3698DC;
}
.AnyTagClassName
{
color: #3698DC;
}
</style>
background-color css
<style>
a { background-color: #3698DC; }
a { background-color: rgb(54,152,220); }
div.DivClassName
{
background-color: #3698DC;
}
.BgClassName
{
background-color: #3698DC;
}
</style>
border-color css
<style>
span { border-color: #3698DC; }
span { border-color: rgb(54,152,220); }
td.TdClassName
{
border-color: #3698DC;
}
.TagClassName
{
border-color: #3698DC;
}
</style>