Shades of Summer Sky #369AD5
Tints of Summer Sky #369AD5
RGB
CMYK
RGB Variations
Color information
#369AD5 (or 0x369AD5) is known color: Summer Sky. HEX triplet: 36, 9A and D5. RGB value is (54,154,213). Sum of RGB (Red+Green+Blue) = 54+154+213=421 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.83% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #369AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369AD5 is #C9652A. Grayscale: #828282. Windows color (decimal): -13198635 or 13998646. OLE color: 13998646.
HSL color Cylindrical-coordinate representation of color #369AD5: hue angle of 202.26º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #369AD5 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 154 | 213 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.16 |
| HSL | 202.26º | 0.65% | 0.52% | - |
| HSV(B) | 202.26º | 0.75% | 0.84% | - |
| XYZ | 25.09 | 28.7 | 67.17 | - |
| YUV | 130.83 | 174.37 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 213 | 0.75 | 0.28 | 0 | 0.16 | 202.26 | 0.65 | 0.52 |
| Hex | 36 | 9A | D5 | 4B | 1C | 0 | 10 | CA | 41 | 34 |
| Octal | 66 | 232 | 325 | 113 | 34 | 0 | 20 | 312 | 101 | 64 |
| Binary | 110110 | 10011010 | 11010101 | 1001011 | 11100 | 0 | 10000 | 11001010 | 1000001 | 110100 |
Color Harmonies of #369AD5
Complementary color
Monochromatic Colors of #369AD5
Black with #369AD5
Text Example
Text Example
White with #369AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369AD5; }
p { color: rgb(54,154,213); }
H1.HeaderClassName
{
color: #369AD5;
}
.AnyTagClassName
{
color: #369AD5;
}
</style>
background-color css
<style>
a { background-color: #369AD5; }
a { background-color: rgb(54,154,213); }
div.DivClassName
{
background-color: #369AD5;
}
.BgClassName
{
background-color: #369AD5;
}
</style>
border-color css
<style>
span { border-color: #369AD5; }
span { border-color: rgb(54,154,213); }
td.TdClassName
{
border-color: #369AD5;
}
.TagClassName
{
border-color: #369AD5;
}
</style>