Shades of Summer Sky #369BE1
Tints of Summer Sky #369BE1
RGB
CMYK
RGB Variations
Color information
#369BE1 (or 0x369BE1) is known color: Summer Sky. HEX triplet: 36, 9B and E1. RGB value is (54,155,225). Sum of RGB (Red+Green+Blue) = 54+155+225=434 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.44% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #369BE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BE1 is #C9641E. Grayscale: #848484. Windows color (decimal): -13198367 or 14785334. OLE color: 14785334.
HSL color Cylindrical-coordinate representation of color #369BE1: hue angle of 204.56º degrees, saturation: 0.74, 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 #369BE1 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 155 | 225 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.12 |
| HSL | 204.56º | 0.74% | 0.55% | - |
| HSV(B) | 204.56º | 0.76% | 0.88% | - |
| XYZ | 26.83 | 29.66 | 75.55 | - |
| YUV | 132.78 | 180.04 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 225 | 0.76 | 0.31 | 0 | 0.12 | 204.56 | 0.74 | 0.55 |
| Hex | 36 | 9B | E1 | 4C | 1F | 0 | C | CD | 4A | 37 |
| Octal | 66 | 233 | 341 | 114 | 37 | 0 | 14 | 315 | 112 | 67 |
| Binary | 110110 | 10011011 | 11100001 | 1001100 | 11111 | 0 | 1100 | 11001101 | 1001010 | 110111 |
Color Harmonies of #369BE1
Complementary color
Monochromatic Colors of #369BE1
Black with #369BE1
Text Example
Text Example
White with #369BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369BE1; }
p { color: rgb(54,155,225); }
H1.HeaderClassName
{
color: #369BE1;
}
.AnyTagClassName
{
color: #369BE1;
}
</style>
background-color css
<style>
a { background-color: #369BE1; }
a { background-color: rgb(54,155,225); }
div.DivClassName
{
background-color: #369BE1;
}
.BgClassName
{
background-color: #369BE1;
}
</style>
border-color css
<style>
span { border-color: #369BE1; }
span { border-color: rgb(54,155,225); }
td.TdClassName
{
border-color: #369BE1;
}
.TagClassName
{
border-color: #369BE1;
}
</style>