Shades of Summer Sky #3699CD
Tints of Summer Sky #3699CD
RGB
CMYK
RGB Variations
Color information
#3699CD (or 0x3699CD) is known color: Summer Sky. HEX triplet: 36, 99 and CD. RGB value is (54,153,205). Sum of RGB (Red+Green+Blue) = 54+153+205=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #3699CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3699CD is #C96632. Grayscale: #818181. Windows color (decimal): -13198899 or 13474102. OLE color: 13474102.
HSL color Cylindrical-coordinate representation of color #3699CD: hue angle of 200.66º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3699CD is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 153 | 205 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.20 |
| HSL | 200.66º | 0.6% | 0.51% | - |
| HSV(B) | 200.66º | 0.74% | 0.8% | - |
| XYZ | 23.93 | 27.97 | 61.9 | - |
| YUV | 129.33 | 170.7 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 205 | 0.74 | 0.25 | 0 | 0.20 | 200.66 | 0.6 | 0.51 |
| Hex | 36 | 99 | CD | 4A | 19 | 0 | 14 | C9 | 3C | 33 |
| Octal | 66 | 231 | 315 | 112 | 31 | 0 | 24 | 311 | 74 | 63 |
| Binary | 110110 | 10011001 | 11001101 | 1001010 | 11001 | 0 | 10100 | 11001001 | 111100 | 110011 |
Color Harmonies of #3699CD
Complementary color
Monochromatic Colors of #3699CD
Black with #3699CD
Text Example
Text Example
White with #3699CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3699CD; }
p { color: rgb(54,153,205); }
H1.HeaderClassName
{
color: #3699CD;
}
.AnyTagClassName
{
color: #3699CD;
}
</style>
background-color css
<style>
a { background-color: #3699CD; }
a { background-color: rgb(54,153,205); }
div.DivClassName
{
background-color: #3699CD;
}
.BgClassName
{
background-color: #3699CD;
}
</style>
border-color css
<style>
span { border-color: #3699CD; }
span { border-color: rgb(54,153,205); }
td.TdClassName
{
border-color: #3699CD;
}
.TagClassName
{
border-color: #3699CD;
}
</style>