#2A736B

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

Shades of Genoa #2A736B

Tints of Genoa #2A736B

Color information

#2A736B (or 0x2A736B) is unknown color: approx Genoa. HEX triplet: 2A, 73 and 6B. RGB value is (42,115,107). Sum of RGB (Red+Green+Blue) = 42+115+107=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #2A736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A736B is #D58C94. Grayscale: #5C5C5C. Windows color (decimal): -13995157 or 7041834. OLE color: 7041834.

HSL color Cylindrical-coordinate representation of color #2A736B: hue angle of 173.42º 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 #2A736B is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB42115107-
CMYK0.6300.070.55
HSL173.42º46.5%30.78%-
HSV(B)173.42º63.48%45.1%-
XYZ9.7413.8216.06-
YUV92.26136.3292.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.91%
GREEN value IS 115 (45.31% from 255) = 43.56%
BLUE value IS 107 (42.19% from 255) = 40.53%
R=15.91%
G=43.56%
B=40.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal421151070.6300.070.55173.4246.530.78
Hex2A736B3F0737ad2e1f
Octal521631537707672555637
Binary1010101110011110101111111101111101111010110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,115,107); }

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

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

 a { background-color: rgb(42,115,107); }

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

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

 span { border-color: rgb(42,115,107); }

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