Html Css Color HEX #3C746E Genoa

📋 copy color: '#3C746E'

red 60 ◦ green 116 ◦ blue 110

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

Shades of Genoa #3C746E

Tints of Genoa #3C746E

RGB

 RED value IS 60 (23.83% from 255) = 20.98%

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

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

R = 20.98%
G = 40.56%
B = 38.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#3C746E (or 0x3C746E) is known color: Genoa. HEX triplet: 3C, 74 and 6E. RGB value is (60,116,110). Sum of RGB (Red+Green+Blue) = 60+116+110=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #3C746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C746E is #C38B91. Grayscale: #626262. Windows color (decimal): -12815250 or 7238716. OLE color: 7238716.

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

Color convert

RGB 60 116 110 -
CMYK 0.48 0 0.05 0.55
HSL 173.57º 0.32% 0.35% -
HSV(B) 173.57º 0.48% 0.45% -
XYZ 10.92 14.58 16.99 -
YUV 98.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 60 116 110 0.48 0 0.05 0.55 173.57 0.32 0.35
Hex 3C 74 6E 30 0 5 37 AE 20 23
Octal 74 164 156 60 0 5 67 256 40 43
Binary 111100 1110100 1101110 110000 0 101 110111 10101110 100000 100011

Color Harmonies of #3C746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C746E

Black with #3C746E

Text Example


Text Example

White with #3C746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,116,110); }

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

background-color css

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

 a { background-color: rgb(60,116,110); }

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

border-color css

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

 span { border-color: rgb(60,116,110); }

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