Html Css Color HEX #3A736B Genoa

📋 copy color: '#3A736B'

red 58 ◦ green 115 ◦ blue 107

#3A736B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #3A736B

Tints of Genoa #3A736B

RGB

 RED value IS 58 (23.05% from 255) = 20.71%

 GREEN value IS 115 (45.31% from 255) = 41.07%

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 20.71%
G = 41.07%
B = 38.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#3A736B (or 0x3A736B) is known color: Genoa. HEX triplet: 3A, 73 and 6B. RGB value is (58,115,107). Sum of RGB (Red+Green+Blue) = 58+115+107=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #3A736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A736B is #C58C94. Grayscale: #616161. Windows color (decimal): -12946581 or 7041850. OLE color: 7041850.

HSL color Cylindrical-coordinate representation of color #3A736B: hue angle of 171.58º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A736B is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 115 107 -
CMYK 0.50 0 0.07 0.55
HSL 171.58º 0.33% 0.34% -
HSV(B) 171.58º 0.5% 0.45% -
XYZ 10.53 14.22 16.1 -
YUV 97.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 58 115 107 0.50 0 0.07 0.55 171.58 0.33 0.34
Hex 3A 73 6B 32 0 7 37 AC 21 22
Octal 72 163 153 62 0 7 67 254 41 42
Binary 111010 1110011 1101011 110010 0 111 110111 10101100 100001 100010

Color Harmonies of #3A736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A736B

Black with #3A736B

Text Example


Text Example

White with #3A736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A736B;
 }
 .AnyTagClassName
 {
   color: #3A736B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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