Shades of Summer Sky #369DDC
Tints of Summer Sky #369DDC
RGB
CMYK
RGB Variations
Color information
#369DDC (or 0x369DDC) is known color: Summer Sky. HEX triplet: 36, 9D and DC. RGB value is (54,157,220). Sum of RGB (Red+Green+Blue) = 54+157+220=431 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.53% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #369DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369DDC is #C96223. Grayscale: #858585. Windows color (decimal): -13197860 or 14458166. OLE color: 14458166.
HSL color Cylindrical-coordinate representation of color #369DDC: hue angle of 202.77º 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 #369DDC is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 157 | 220 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.14 |
| HSL | 202.77º | 0.7% | 0.54% | - |
| HSV(B) | 202.77º | 0.75% | 0.86% | - |
| XYZ | 26.5 | 30.07 | 72.12 | - |
| YUV | 133.39 | 176.88 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 220 | 0.75 | 0.29 | 0 | 0.14 | 202.77 | 0.7 | 0.54 |
| Hex | 36 | 9D | DC | 4B | 1D | 0 | E | CB | 46 | 36 |
| Octal | 66 | 235 | 334 | 113 | 35 | 0 | 16 | 313 | 106 | 66 |
| Binary | 110110 | 10011101 | 11011100 | 1001011 | 11101 | 0 | 1110 | 11001011 | 1000110 | 110110 |
Color Harmonies of #369DDC
Complementary color
Monochromatic Colors of #369DDC
Black with #369DDC
Text Example
Text Example
White with #369DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369DDC; }
p { color: rgb(54,157,220); }
H1.HeaderClassName
{
color: #369DDC;
}
.AnyTagClassName
{
color: #369DDC;
}
</style>
background-color css
<style>
a { background-color: #369DDC; }
a { background-color: rgb(54,157,220); }
div.DivClassName
{
background-color: #369DDC;
}
.BgClassName
{
background-color: #369DDC;
}
</style>
border-color css
<style>
span { border-color: #369DDC; }
span { border-color: rgb(54,157,220); }
td.TdClassName
{
border-color: #369DDC;
}
.TagClassName
{
border-color: #369DDC;
}
</style>