Shades of Summer Sky #369BE0
Tints of Summer Sky #369BE0
RGB
CMYK
RGB Variations
Color information
#369BE0 (or 0x369BE0) is known color: Summer Sky. HEX triplet: 36, 9B and E0. RGB value is (54,155,224). Sum of RGB (Red+Green+Blue) = 54+155+224=433 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.47% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #369BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BE0 is #C9641F. Grayscale: #848484. Windows color (decimal): -13198368 or 14719798. OLE color: 14719798.
HSL color Cylindrical-coordinate representation of color #369BE0: hue angle of 204.35º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #369BE0 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 155 | 224 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.12 |
| HSL | 204.35º | 0.73% | 0.55% | - |
| HSV(B) | 204.35º | 0.76% | 0.88% | - |
| XYZ | 26.7 | 29.61 | 74.83 | - |
| YUV | 132.67 | 179.54 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 224 | 0.76 | 0.31 | 0 | 0.12 | 204.35 | 0.73 | 0.55 |
| Hex | 36 | 9B | E0 | 4C | 1F | 0 | C | CC | 49 | 37 |
| Octal | 66 | 233 | 340 | 114 | 37 | 0 | 14 | 314 | 111 | 67 |
| Binary | 110110 | 10011011 | 11100000 | 1001100 | 11111 | 0 | 1100 | 11001100 | 1001001 | 110111 |
Color Harmonies of #369BE0
Complementary color
Monochromatic Colors of #369BE0
Black with #369BE0
Text Example
Text Example
White with #369BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369BE0; }
p { color: rgb(54,155,224); }
H1.HeaderClassName
{
color: #369BE0;
}
.AnyTagClassName
{
color: #369BE0;
}
</style>
background-color css
<style>
a { background-color: #369BE0; }
a { background-color: rgb(54,155,224); }
div.DivClassName
{
background-color: #369BE0;
}
.BgClassName
{
background-color: #369BE0;
}
</style>
border-color css
<style>
span { border-color: #369BE0; }
span { border-color: rgb(54,155,224); }
td.TdClassName
{
border-color: #369BE0;
}
.TagClassName
{
border-color: #369BE0;
}
</style>