Html Css Color HEX #337471 Genoa

📋 copy color: '#337471'

red 51 ◦ green 116 ◦ blue 113

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

Shades of Genoa #337471

Tints of Genoa #337471

RGB

 RED value IS 51 (20.31% from 255) = 18.21%

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

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 18.21%
G = 41.43%
B = 40.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#337471 (or 0x337471) is known color: Genoa. HEX triplet: 33, 74 and 71. RGB value is (51,116,113). Sum of RGB (Red+Green+Blue) = 51+116+113=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #337471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337471 is #CC8B8E. Grayscale: #606060. Windows color (decimal): -13405071 or 7435315. OLE color: 7435315.

HSL color Cylindrical-coordinate representation of color #337471: hue angle of 177.23º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337471 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 116 113 -
CMYK 0.56 0 0.03 0.55
HSL 177.23º 0.39% 0.33% -
HSV(B) 177.23º 0.56% 0.45% -
XYZ 10.59 14.39 17.84 -
YUV 96.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 51 116 113 0.56 0 0.03 0.55 177.23 0.39 0.33
Hex 33 74 71 38 0 3 37 B1 27 21
Octal 63 164 161 70 0 3 67 261 47 41
Binary 110011 1110100 1110001 111000 0 11 110111 10110001 100111 100001

Color Harmonies of #337471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337471

Black with #337471

Text Example


Text Example

White with #337471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337471; }

 p { color: rgb(51,116,113); }

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

background-color css

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

 a { background-color: rgb(51,116,113); }

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

border-color css

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

 span { border-color: rgb(51,116,113); }

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