Shades of Summer Sky #369BD1
Tints of Summer Sky #369BD1
RGB
CMYK
RGB Variations
Color information
#369BD1 (or 0x369BD1) is known color: Summer Sky. HEX triplet: 36, 9B and D1. RGB value is (54,155,209). Sum of RGB (Red+Green+Blue) = 54+155+209=418 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.92% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #369BD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BD1 is #C9642E. Grayscale: #828282. Windows color (decimal): -13198383 or 13736758. OLE color: 13736758.
HSL color Cylindrical-coordinate representation of color #369BD1: hue angle of 200.9º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #369BD1 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 155 | 209 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.18 |
| HSL | 200.9º | 0.63% | 0.52% | - |
| HSV(B) | 200.9º | 0.74% | 0.82% | - |
| XYZ | 24.75 | 28.83 | 64.58 | - |
| YUV | 130.96 | 172.04 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 209 | 0.74 | 0.26 | 0 | 0.18 | 200.9 | 0.63 | 0.52 |
| Hex | 36 | 9B | D1 | 4A | 1A | 0 | 12 | C9 | 3F | 34 |
| Octal | 66 | 233 | 321 | 112 | 32 | 0 | 22 | 311 | 77 | 64 |
| Binary | 110110 | 10011011 | 11010001 | 1001010 | 11010 | 0 | 10010 | 11001001 | 111111 | 110100 |
Color Harmonies of #369BD1
Complementary color
Monochromatic Colors of #369BD1
Black with #369BD1
Text Example
Text Example
White with #369BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369BD1; }
p { color: rgb(54,155,209); }
H1.HeaderClassName
{
color: #369BD1;
}
.AnyTagClassName
{
color: #369BD1;
}
</style>
background-color css
<style>
a { background-color: #369BD1; }
a { background-color: rgb(54,155,209); }
div.DivClassName
{
background-color: #369BD1;
}
.BgClassName
{
background-color: #369BD1;
}
</style>
border-color css
<style>
span { border-color: #369BD1; }
span { border-color: rgb(54,155,209); }
td.TdClassName
{
border-color: #369BD1;
}
.TagClassName
{
border-color: #369BD1;
}
</style>