#2B736D

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

Shades of Genoa #2B736D

Tints of Genoa #2B736D

Color information

#2B736D (or 0x2B736D) is unknown color: approx Genoa. HEX triplet: 2B, 73 and 6D. RGB value is (43,115,109). Sum of RGB (Red+Green+Blue) = 43+115+109=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #2B736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B736D is #D48C92. Grayscale: #5C5C5C. Windows color (decimal): -13929619 or 7172907. OLE color: 7172907.

HSL color Cylindrical-coordinate representation of color #2B736D: hue angle of 175º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B736D is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB43115109-
CMYK0.6300.050.55
HSL175º45.57%30.98%-
HSV(B)175º62.61%45.1%-
XYZ9.8913.8816.63-
YUV92.79137.1592.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 115 (45.31% from 255) = 43.07%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=16.10%
G=43.07%
B=40.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431151090.6300.050.5517545.5730.98
Hex2B736D3F0537af2e1f
Octal531631557705672575637
Binary1010111110011110110111111101011101111010111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,115,109); }

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

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

 a { background-color: rgb(43,115,109); }

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

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

 span { border-color: rgb(43,115,109); }

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