Html Css Color HEX #377068 Genoa

📋 copy color: '#377068'

red 55 ◦ green 112 ◦ blue 104

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

Shades of Genoa #377068

Tints of Genoa #377068

RGB

 RED value IS 55 (21.88% from 255) = 20.3%

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

 BLUE value IS 104 (41.02% from 255) = 38.38%

R = 20.3%
G = 41.33%
B = 38.38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#377068 (or 0x377068) is known color: Genoa. HEX triplet: 37, 70 and 68. RGB value is (55,112,104). Sum of RGB (Red+Green+Blue) = 55+112+104=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #377068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377068 is #C88F97. Grayscale: #5E5E5E. Windows color (decimal): -13143960 or 6844471. OLE color: 6844471.

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

Color convert

RGB 55 112 104 -
CMYK 0.51 0 0.07 0.56
HSL 171.58º 0.34% 0.33% -
HSV(B) 171.58º 0.51% 0.44% -
XYZ 9.87 13.4 15.16 -
YUV 94.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 55 112 104 0.51 0 0.07 0.56 171.58 0.34 0.33
Hex 37 70 68 33 0 7 38 AC 22 21
Octal 67 160 150 63 0 7 70 254 42 41
Binary 110111 1110000 1101000 110011 0 111 111000 10101100 100010 100001

Color Harmonies of #377068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377068

Black with #377068

Text Example


Text Example

White with #377068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377068; }

 p { color: rgb(55,112,104); }

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

background-color css

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

 a { background-color: rgb(55,112,104); }

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

border-color css

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

 span { border-color: rgb(55,112,104); }

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