Shades of Summer Sky #369DDD
Tints of Summer Sky #369DDD
RGB
CMYK
RGB Variations
Color information
#369DDD (or 0x369DDD) is known color: Summer Sky. HEX triplet: 36, 9D and DD. RGB value is (54,157,221). Sum of RGB (Red+Green+Blue) = 54+157+221=432 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.5% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #369DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369DDD is #C96222. Grayscale: #858585. Windows color (decimal): -13197859 or 14523702. OLE color: 14523702.
HSL color Cylindrical-coordinate representation of color #369DDD: hue angle of 202.99º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #369DDD is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 157 | 221 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.13 |
| HSL | 202.99º | 0.71% | 0.54% | - |
| HSV(B) | 202.99º | 0.76% | 0.87% | - |
| XYZ | 26.63 | 30.12 | 72.82 | - |
| YUV | 133.5 | 177.38 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 221 | 0.76 | 0.29 | 0 | 0.13 | 202.99 | 0.71 | 0.54 |
| Hex | 36 | 9D | DD | 4C | 1D | 0 | D | CB | 47 | 36 |
| Octal | 66 | 235 | 335 | 114 | 35 | 0 | 15 | 313 | 107 | 66 |
| Binary | 110110 | 10011101 | 11011101 | 1001100 | 11101 | 0 | 1101 | 11001011 | 1000111 | 110110 |
Color Harmonies of #369DDD
Complementary color
Monochromatic Colors of #369DDD
Black with #369DDD
Text Example
Text Example
White with #369DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369DDD; }
p { color: rgb(54,157,221); }
H1.HeaderClassName
{
color: #369DDD;
}
.AnyTagClassName
{
color: #369DDD;
}
</style>
background-color css
<style>
a { background-color: #369DDD; }
a { background-color: rgb(54,157,221); }
div.DivClassName
{
background-color: #369DDD;
}
.BgClassName
{
background-color: #369DDD;
}
</style>
border-color css
<style>
span { border-color: #369DDD; }
span { border-color: rgb(54,157,221); }
td.TdClassName
{
border-color: #369DDD;
}
.TagClassName
{
border-color: #369DDD;
}
</style>