Shades of Summer Sky #3699CC
Tints of Summer Sky #3699CC
RGB
CMYK
RGB Variations
Color information
#3699CC (or 0x3699CC) is known color: Summer Sky. HEX triplet: 36, 99 and CC. RGB value is (54,153,204). Sum of RGB (Red+Green+Blue) = 54+153+204=411 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.14% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #3699CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3699CC is #C96633. Grayscale: #808080. Windows color (decimal): -13198900 or 13408566. OLE color: 13408566.
HSL color Cylindrical-coordinate representation of color #3699CC: hue angle of 200.4º 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 #3699CC is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 153 | 204 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.2 |
| HSL | 200.4º | 0.6% | 0.51% | - |
| HSV(B) | 200.4º | 0.74% | 0.8% | - |
| XYZ | 23.81 | 27.93 | 61.26 | - |
| YUV | 129.21 | 170.2 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 204 | 0.74 | 0.25 | 0 | 0.2 | 200.4 | 0.6 | 0.51 |
| Hex | 36 | 99 | CC | 4A | 19 | 0 | 14 | C8 | 3C | 33 |
| Octal | 66 | 231 | 314 | 112 | 31 | 0 | 24 | 310 | 74 | 63 |
| Binary | 110110 | 10011001 | 11001100 | 1001010 | 11001 | 0 | 10100 | 11001000 | 111100 | 110011 |
Color Harmonies of #3699CC
Complementary color
Monochromatic Colors of #3699CC
Black with #3699CC
Text Example
Text Example
White with #3699CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3699CC; }
p { color: rgb(54,153,204); }
H1.HeaderClassName
{
color: #3699CC;
}
.AnyTagClassName
{
color: #3699CC;
}
</style>
background-color css
<style>
a { background-color: #3699CC; }
a { background-color: rgb(54,153,204); }
div.DivClassName
{
background-color: #3699CC;
}
.BgClassName
{
background-color: #3699CC;
}
</style>
border-color css
<style>
span { border-color: #3699CC; }
span { border-color: rgb(54,153,204); }
td.TdClassName
{
border-color: #3699CC;
}
.TagClassName
{
border-color: #3699CC;
}
</style>