Html Css Color HEX #3C7670 Genoa

📋 copy color: '#3C7670'

red 60 ◦ green 118 ◦ blue 112

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

Shades of Genoa #3C7670

Tints of Genoa #3C7670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.69%

 BLUE value IS 112 (44.14% from 255) = 38.62%

R = 20.69%
G = 40.69%
B = 38.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#3C7670 (or 0x3C7670) is known color: Genoa. HEX triplet: 3C, 76 and 70. RGB value is (60,118,112). Sum of RGB (Red+Green+Blue) = 60+118+112=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7670 is #C3898F. Grayscale: #636363. Windows color (decimal): -12814736 or 7370300. OLE color: 7370300.

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

Color convert

RGB 60 118 112 -
CMYK 0.49 0 0.05 0.54
HSL 173.79º 0.33% 0.35% -
HSV(B) 173.79º 0.49% 0.46% -
XYZ 11.27 15.09 17.65 -
YUV 99.97 134.78 99.49 -
System Red Green Blue C M Y K H S L
Decimal 60 118 112 0.49 0 0.05 0.54 173.79 0.33 0.35
Hex 3C 76 70 31 0 5 36 AE 21 23
Octal 74 166 160 61 0 5 66 256 41 43
Binary 111100 1110110 1110000 110001 0 101 110110 10101110 100001 100011

Color Harmonies of #3C7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7670

Black with #3C7670

Text Example


Text Example

White with #3C7670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,118,112); }

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

background-color css

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

 a { background-color: rgb(60,118,112); }

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

border-color css

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

 span { border-color: rgb(60,118,112); }

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