#366B6A

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

Shades of Genoa #366B6A

Tints of Genoa #366B6A

Color information

#366B6A (or 0x366B6A) is unknown color: approx Genoa. HEX triplet: 36, 6B and 6A. RGB value is (54,107,106). Sum of RGB (Red+Green+Blue) = 54+107+106=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 107 - color contains mainly: green. Hex color #366B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B6A is #C99495. Grayscale: #5A5A5A. Windows color (decimal): -13210774 or 6974262. OLE color: 6974262.

HSL color Cylindrical-coordinate representation of color #366B6A: hue angle of 178.87º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366B6A is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB54107106-
CMYK0.5000.010.58
HSL178.87º32.92%31.57%-
HSV(B)178.87º49.53%41.96%-
XYZ9.3812.3415.52-
YUV91.04136.44101.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 107 (42.19% from 255) = 40.07%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=20.22%
G=40.07%
B=39.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal541071060.5000.010.58178.8732.9231.57
Hex366B6A32013Ab32120
Octal661531526201722634140
Binary110110110101111010101100100111101010110011100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366B6A; }

 p { color: rgb(54,107,106); }

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

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

 a { background-color: rgb(54,107,106); }

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

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

 span { border-color: rgb(54,107,106); }

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