Html Css Color HEX #3B746B Genoa

📋 copy color: '#3B746B'

red 59 ◦ green 116 ◦ blue 107

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

Shades of Genoa #3B746B

Tints of Genoa #3B746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

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

R = 20.92%
G = 41.13%
B = 37.94%

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

#3B746B (or 0x3B746B) is known color: Genoa. HEX triplet: 3B, 74 and 6B. RGB value is (59,116,107). Sum of RGB (Red+Green+Blue) = 59+116+107=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #3B746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B746B is #C48B94. Grayscale: #616161. Windows color (decimal): -12880789 or 7042107. OLE color: 7042107.

HSL color Cylindrical-coordinate representation of color #3B746B: hue angle of 170.53º degrees, saturation: 0.33, 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 #3B746B is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 116 107 -
CMYK 0.49 0 0.08 0.55
HSL 170.53º 0.33% 0.34% -
HSV(B) 170.53º 0.49% 0.45% -
XYZ 10.7 14.48 16.14 -
YUV 97.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 59 116 107 0.49 0 0.08 0.55 170.53 0.33 0.34
Hex 3B 74 6B 31 0 8 37 AB 21 22
Octal 73 164 153 61 0 10 67 253 41 42
Binary 111011 1110100 1101011 110001 0 1000 110111 10101011 100001 100010

Color Harmonies of #3B746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B746B

Black with #3B746B

Text Example


Text Example

White with #3B746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,116,107); }

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

background-color css

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

 a { background-color: rgb(59,116,107); }

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

border-color css

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

 span { border-color: rgb(59,116,107); }

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