Html Css Color HEX #3A7067 Genoa

📋 copy color: '#3A7067'

red 58 ◦ green 112 ◦ blue 103

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

Shades of Genoa #3A7067

Tints of Genoa #3A7067

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.03%

 BLUE value IS 103 (40.63% from 255) = 37.73%

R = 21.25%
G = 41.03%
B = 37.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#3A7067 (or 0x3A7067) is known color: Genoa. HEX triplet: 3A, 70 and 67. RGB value is (58,112,103). Sum of RGB (Red+Green+Blue) = 58+112+103=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7067 is #C58F98. Grayscale: #5E5E5E. Windows color (decimal): -12947353 or 6778938. OLE color: 6778938.

HSL color Cylindrical-coordinate representation of color #3A7067: hue angle of 170º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A7067 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 112 103 -
CMYK 0.48 0 0.08 0.56
HSL 170º 0.32% 0.33% -
HSV(B) 170º 0.48% 0.44% -
XYZ 9.99 13.47 14.91 -
YUV 94.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 58 112 103 0.48 0 0.08 0.56 170 0.32 0.33
Hex 3A 70 67 30 0 8 38 AA 20 21
Octal 72 160 147 60 0 10 70 252 40 41
Binary 111010 1110000 1100111 110000 0 1000 111000 10101010 100000 100001

Color Harmonies of #3A7067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7067

Black with #3A7067

Text Example


Text Example

White with #3A7067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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