Html Css Color HEX #3B756E Genoa

📋 copy color: '#3B756E'

red 59 ◦ green 117 ◦ blue 110

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

Shades of Genoa #3B756E

Tints of Genoa #3B756E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 20.63%
G = 40.91%
B = 38.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#3B756E (or 0x3B756E) is known color: Genoa. HEX triplet: 3B, 75 and 6E. RGB value is (59,117,110). Sum of RGB (Red+Green+Blue) = 59+117+110=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #3B756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B756E is #C48A91. Grayscale: #626262. Windows color (decimal): -12880530 or 7238971. OLE color: 7238971.

HSL color Cylindrical-coordinate representation of color #3B756E: hue angle of 172.76º 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 #3B756E is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 59 117 110 -
CMYK 0.50 0 0.06 0.54
HSL 172.76º 0.33% 0.35% -
HSV(B) 172.76º 0.5% 0.46% -
XYZ 10.98 14.78 17.03 -
YUV 98.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 59 117 110 0.50 0 0.06 0.54 172.76 0.33 0.35
Hex 3B 75 6E 32 0 6 36 AD 21 23
Octal 73 165 156 62 0 6 66 255 41 43
Binary 111011 1110101 1101110 110010 0 110 110110 10101101 100001 100011

Color Harmonies of #3B756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B756E

Black with #3B756E

Text Example


Text Example

White with #3B756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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