#366858

Color #366858 Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #366858

Tints of Stromboli #366858

Color information

#366858 (or 0x366858) is unknown color: approx Stromboli. HEX triplet: 36, 68 and 58. RGB value is (54,104,88). Sum of RGB (Red+Green+Blue) = 54+104+88=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #366858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366858 is #C997A7. Grayscale: #575757. Windows color (decimal): -13211560 or 5793846. OLE color: 5793846.

HSL color Cylindrical-coordinate representation of color #366858: hue angle of 160.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #366858 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB5410488-
CMYK0.4800.150.59
HSL160.8º31.65%30.98%-
HSV(B)160.8º48.08%40.78%-
XYZ8.2311.3911-
YUV87.23128.44104.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 104 (41.02% from 255) = 42.28%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=21.95%
G=42.28%
B=35.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54104880.4800.150.59160.831.6530.98
Hex366858300F3Ba1201f
Octal6615013060017732414037
Binary11011011010001011000110000011111110111010000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366858; }

 p { color: rgb(54,104,88); }

 H1.HeaderClassName
 {
   color: #366858;
 }
 .AnyTagClassName
 {
   color: #366858;
 }
</style>
background-color css

<style>
 a { background-color: #366858; }

 a { background-color: rgb(54,104,88); }

 div.DivClassName
 {
   background-color: #366858;
 }
 .BgClassName
 {
   background-color: #366858;
 }
</style>
border-color css

<style>
 span { border-color: #366858; }

 span { border-color: rgb(54,104,88); }

 td.TdClassName
 {
   border-color: #366858;
 }
 .TagClassName
 {
   border-color: #366858;
 }
</style>