Html Css Color HEX #3B726A Genoa

📋 copy color: '#3B726A'

red 59 ◦ green 114 ◦ blue 106

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

Shades of Genoa #3B726A

Tints of Genoa #3B726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.86%

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

R = 21.15%
G = 40.86%
B = 37.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#3B726A (or 0x3B726A) is known color: Genoa. HEX triplet: 3B, 72 and 6A. RGB value is (59,114,106). Sum of RGB (Red+Green+Blue) = 59+114+106=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #3B726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B726A is #C48D95. Grayscale: #606060. Windows color (decimal): -12881302 or 6976059. OLE color: 6976059.

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

Color convert

RGB 59 114 106 -
CMYK 0.48 0 0.07 0.55
HSL 171.27º 0.32% 0.34% -
HSV(B) 171.27º 0.48% 0.45% -
XYZ 10.42 14.01 15.79 -
YUV 96.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 59 114 106 0.48 0 0.07 0.55 171.27 0.32 0.34
Hex 3B 72 6A 30 0 7 37 AB 20 22
Octal 73 162 152 60 0 7 67 253 40 42
Binary 111011 1110010 1101010 110000 0 111 110111 10101011 100000 100010

Color Harmonies of #3B726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B726A

Black with #3B726A

Text Example


Text Example

White with #3B726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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