Html Css Color HEX #397066 Genoa

📋 copy color: '#397066'

red 57 ◦ green 112 ◦ blue 102

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

Shades of Genoa #397066

Tints of Genoa #397066

RGB

 RED value IS 57 (22.66% from 255) = 21.03%

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

 BLUE value IS 102 (40.23% from 255) = 37.64%

R = 21.03%
G = 41.33%
B = 37.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#397066 (or 0x397066) is known color: Genoa. HEX triplet: 39, 70 and 66. RGB value is (57,112,102). Sum of RGB (Red+Green+Blue) = 57+112+102=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #397066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397066 is #C68F99. Grayscale: #5E5E5E. Windows color (decimal): -13012890 or 6713401. OLE color: 6713401.

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

Color convert

RGB 57 112 102 -
CMYK 0.49 0 0.09 0.56
HSL 169.09º 0.33% 0.33% -
HSV(B) 169.09º 0.49% 0.44% -
XYZ 9.88 13.42 14.64 -
YUV 94.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 57 112 102 0.49 0 0.09 0.56 169.09 0.33 0.33
Hex 39 70 66 31 0 9 38 A9 21 21
Octal 71 160 146 61 0 11 70 251 41 41
Binary 111001 1110000 1100110 110001 0 1001 111000 10101001 100001 100001

Color Harmonies of #397066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397066

Black with #397066

Text Example


Text Example

White with #397066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397066; }

 p { color: rgb(57,112,102); }

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

background-color css

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

 a { background-color: rgb(57,112,102); }

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

border-color css

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

 span { border-color: rgb(57,112,102); }

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