Html Css Color HEX #3B756C Genoa

📋 copy color: '#3B756C'

red 59 ◦ green 117 ◦ blue 108

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

Shades of Genoa #3B756C

Tints of Genoa #3B756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.2%

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 20.77%
G = 41.2%
B = 38.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#3B756C (or 0x3B756C) is known color: Genoa. HEX triplet: 3B, 75 and 6C. RGB value is (59,117,108). Sum of RGB (Red+Green+Blue) = 59+117+108=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #3B756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B756C is #C48A93. Grayscale: #626262. Windows color (decimal): -12880532 or 7107899. OLE color: 7107899.

HSL color Cylindrical-coordinate representation of color #3B756C: hue angle of 170.69º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B756C is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 59 117 108 -
CMYK 0.50 0 0.08 0.54
HSL 170.69º 0.33% 0.35% -
HSV(B) 170.69º 0.5% 0.46% -
XYZ 10.87 14.74 16.46 -
YUV 98.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 59 117 108 0.50 0 0.08 0.54 170.69 0.33 0.35
Hex 3B 75 6C 32 0 8 36 AB 21 23
Octal 73 165 154 62 0 10 66 253 41 43
Binary 111011 1110101 1101100 110010 0 1000 110110 10101011 100001 100011

Color Harmonies of #3B756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B756C

Black with #3B756C

Text Example


Text Example

White with #3B756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,117,108); }

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

background-color css

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

 a { background-color: rgb(59,117,108); }

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

border-color css

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

 span { border-color: rgb(59,117,108); }

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