Shades of Summer Sky #369BD5
Tints of Summer Sky #369BD5
RGB
CMYK
RGB Variations
Color information
#369BD5 (or 0x369BD5) is known color: Summer Sky. HEX triplet: 36, 9B and D5. RGB value is (54,155,213). Sum of RGB (Red+Green+Blue) = 54+155+213=422 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.80% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #369BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BD5 is #C9642A. Grayscale: #838383. Windows color (decimal): -13198379 or 13998902. OLE color: 13998902.
HSL color Cylindrical-coordinate representation of color #369BD5: hue angle of 201.89º 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 #369BD5 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 155 | 213 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.16 |
| HSL | 201.89º | 0.65% | 0.52% | - |
| HSV(B) | 201.89º | 0.75% | 0.84% | - |
| XYZ | 25.25 | 29.03 | 67.22 | - |
| YUV | 131.41 | 174.04 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 213 | 0.75 | 0.27 | 0 | 0.16 | 201.89 | 0.65 | 0.52 |
| Hex | 36 | 9B | D5 | 4B | 1B | 0 | 10 | CA | 41 | 34 |
| Octal | 66 | 233 | 325 | 113 | 33 | 0 | 20 | 312 | 101 | 64 |
| Binary | 110110 | 10011011 | 11010101 | 1001011 | 11011 | 0 | 10000 | 11001010 | 1000001 | 110100 |
Color Harmonies of #369BD5
Complementary color
Monochromatic Colors of #369BD5
Black with #369BD5
Text Example
Text Example
White with #369BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369BD5; }
p { color: rgb(54,155,213); }
H1.HeaderClassName
{
color: #369BD5;
}
.AnyTagClassName
{
color: #369BD5;
}
</style>
background-color css
<style>
a { background-color: #369BD5; }
a { background-color: rgb(54,155,213); }
div.DivClassName
{
background-color: #369BD5;
}
.BgClassName
{
background-color: #369BD5;
}
</style>
border-color css
<style>
span { border-color: #369BD5; }
span { border-color: rgb(54,155,213); }
td.TdClassName
{
border-color: #369BD5;
}
.TagClassName
{
border-color: #369BD5;
}
</style>