Html Css Color HEX #3A7670 Genoa

📋 copy color: '#3A7670'

red 58 ◦ green 118 ◦ blue 112

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

Shades of Genoa #3A7670

Tints of Genoa #3A7670

RGB

 RED value IS 58 (23.05% from 255) = 20.14%

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

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

R = 20.14%
G = 40.97%
B = 38.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#3A7670 (or 0x3A7670) is known color: Genoa. HEX triplet: 3A, 76 and 70. RGB value is (58,118,112). Sum of RGB (Red+Green+Blue) = 58+118+112=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7670 is #C5898F. Grayscale: #636363. Windows color (decimal): -12945808 or 7370298. OLE color: 7370298.

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

Color convert

RGB 58 118 112 -
CMYK 0.51 0 0.05 0.54
HSL 174º 0.34% 0.35% -
HSV(B) 174º 0.51% 0.46% -
XYZ 11.15 15.03 17.64 -
YUV 99.38 135.12 98.49 -
System Red Green Blue C M Y K H S L
Decimal 58 118 112 0.51 0 0.05 0.54 174 0.34 0.35
Hex 3A 76 70 33 0 5 36 AE 22 23
Octal 72 166 160 63 0 5 66 256 42 43
Binary 111010 1110110 1110000 110011 0 101 110110 10101110 100010 100011

Color Harmonies of #3A7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7670

Black with #3A7670

Text Example


Text Example

White with #3A7670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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