Shades of Summer Sky #368FE2
Tints of Summer Sky #368FE2
RGB
CMYK
RGB Variations
Color information
#368FE2 (or 0x368FE2) is known color: Summer Sky. HEX triplet: 36, 8F and E2. RGB value is (54,143,226). Sum of RGB (Red+Green+Blue) = 54+143+226=423 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.77% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 226 (88.67% from 255 or 53.43% from 423); Max value from RGB is 226 - color contains mainly: blue. Hex color #368FE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368FE2 is #C9701D. Grayscale: #7D7D7D. Windows color (decimal): -13201438 or 14847798. OLE color: 14847798.
HSL color Cylindrical-coordinate representation of color #368FE2: hue angle of 208.95º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #368FE2 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 143 | 226 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.11 |
| HSL | 208.95º | 0.75% | 0.55% | - |
| HSV(B) | 208.95º | 0.76% | 0.89% | - |
| XYZ | 25.07 | 25.92 | 75.63 | - |
| YUV | 125.85 | 184.51 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 143 | 226 | 0.76 | 0.37 | 0 | 0.11 | 208.95 | 0.75 | 0.55 |
| Hex | 36 | 8F | E2 | 4C | 25 | 0 | B | D1 | 4B | 37 |
| Octal | 66 | 217 | 342 | 114 | 45 | 0 | 13 | 321 | 113 | 67 |
| Binary | 110110 | 10001111 | 11100010 | 1001100 | 100101 | 0 | 1011 | 11010001 | 1001011 | 110111 |
Color Harmonies of #368FE2
Complementary color
Monochromatic Colors of #368FE2
Black with #368FE2
Text Example
Text Example
White with #368FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368FE2; }
p { color: rgb(54,143,226); }
H1.HeaderClassName
{
color: #368FE2;
}
.AnyTagClassName
{
color: #368FE2;
}
</style>
background-color css
<style>
a { background-color: #368FE2; }
a { background-color: rgb(54,143,226); }
div.DivClassName
{
background-color: #368FE2;
}
.BgClassName
{
background-color: #368FE2;
}
</style>
border-color css
<style>
span { border-color: #368FE2; }
span { border-color: rgb(54,143,226); }
td.TdClassName
{
border-color: #368FE2;
}
.TagClassName
{
border-color: #368FE2;
}
</style>