#2B776C

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

Shades of Genoa #2B776C

Tints of Genoa #2B776C

Color information

#2B776C (or 0x2B776C) is unknown color: approx Genoa. HEX triplet: 2B, 77 and 6C. RGB value is (43,119,108). Sum of RGB (Red+Green+Blue) = 43+119+108=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #2B776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B776C is #D48893. Grayscale: #5E5E5E. Windows color (decimal): -13928596 or 7108395. OLE color: 7108395.

HSL color Cylindrical-coordinate representation of color #2B776C: hue angle of 171.32º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B776C is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB43119108-
CMYK0.6400.090.53
HSL171.32º46.91%31.76%-
HSV(B)171.32º63.87%46.67%-
XYZ10.314.7916.5-
YUV95.02135.3290.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.93%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 108 (42.58% from 255) = 40%
R=15.93%
G=44.07%
B=40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal431191080.6400.090.53171.3246.9131.76
Hex2B776C400935ab2f20
Octal53167154100011652535740
Binary1010111110111110110010000000100111010110101011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B776C; }

 p { color: rgb(43,119,108); }

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

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

 a { background-color: rgb(43,119,108); }

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

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

 span { border-color: rgb(43,119,108); }

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