Shades of Summer Sky #3699D4
Tints of Summer Sky #3699D4
RGB
CMYK
RGB Variations
Color information
#3699D4 (or 0x3699D4) is known color: Summer Sky. HEX triplet: 36, 99 and D4. RGB value is (54,153,212). Sum of RGB (Red+Green+Blue) = 54+153+212=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #3699D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3699D4 is #C9662B. Grayscale: #818181. Windows color (decimal): -13198892 or 13932854. OLE color: 13932854.
HSL color Cylindrical-coordinate representation of color #3699D4: hue angle of 202.41º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3699D4 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 153 | 212 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.17 |
| HSL | 202.41º | 0.65% | 0.52% | - |
| HSV(B) | 202.41º | 0.75% | 0.83% | - |
| XYZ | 24.8 | 28.32 | 66.45 | - |
| YUV | 130.13 | 174.2 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 212 | 0.75 | 0.28 | 0 | 0.17 | 202.41 | 0.65 | 0.52 |
| Hex | 36 | 99 | D4 | 4B | 1C | 0 | 11 | CA | 41 | 34 |
| Octal | 66 | 231 | 324 | 113 | 34 | 0 | 21 | 312 | 101 | 64 |
| Binary | 110110 | 10011001 | 11010100 | 1001011 | 11100 | 0 | 10001 | 11001010 | 1000001 | 110100 |
Color Harmonies of #3699D4
Complementary color
Monochromatic Colors of #3699D4
Black with #3699D4
Text Example
Text Example
White with #3699D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3699D4; }
p { color: rgb(54,153,212); }
H1.HeaderClassName
{
color: #3699D4;
}
.AnyTagClassName
{
color: #3699D4;
}
</style>
background-color css
<style>
a { background-color: #3699D4; }
a { background-color: rgb(54,153,212); }
div.DivClassName
{
background-color: #3699D4;
}
.BgClassName
{
background-color: #3699D4;
}
</style>
border-color css
<style>
span { border-color: #3699D4; }
span { border-color: rgb(54,153,212); }
td.TdClassName
{
border-color: #3699D4;
}
.TagClassName
{
border-color: #3699D4;
}
</style>