Html Css Color HEX #3B736A Genoa

📋 copy color: '#3B736A'

red 59 ◦ green 115 ◦ blue 106

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

Shades of Genoa #3B736A

Tints of Genoa #3B736A

RGB

 RED value IS 59 (23.44% from 255) = 21.07%

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

 BLUE value IS 106 (41.8% from 255) = 37.86%

R = 21.07%
G = 41.07%
B = 37.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#3B736A (or 0x3B736A) is known color: Genoa. HEX triplet: 3B, 73 and 6A. RGB value is (59,115,106). Sum of RGB (Red+Green+Blue) = 59+115+106=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #3B736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B736A is #C48C95. Grayscale: #616161. Windows color (decimal): -12881046 or 6976315. OLE color: 6976315.

HSL color Cylindrical-coordinate representation of color #3B736A: hue angle of 170.36º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B736A is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 115 106 -
CMYK 0.49 0 0.08 0.55
HSL 170.36º 0.32% 0.34% -
HSV(B) 170.36º 0.49% 0.45% -
XYZ 10.54 14.23 15.83 -
YUV 97.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 59 115 106 0.49 0 0.08 0.55 170.36 0.32 0.34
Hex 3B 73 6A 31 0 8 37 AA 20 22
Octal 73 163 152 61 0 10 67 252 40 42
Binary 111011 1110011 1101010 110001 0 1000 110111 10101010 100000 100010

Color Harmonies of #3B736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B736A

Black with #3B736A

Text Example


Text Example

White with #3B736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,115,106); }

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

background-color css

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

 a { background-color: rgb(59,115,106); }

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

border-color css

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

 span { border-color: rgb(59,115,106); }

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