Html Css Color HEX #376865 Genoa

📋 copy color: '#376865'

red 55 ◦ green 104 ◦ blue 101

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

Shades of Genoa #376865

Tints of Genoa #376865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40%

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 21.15%
G = 40%
B = 38.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#376865 (or 0x376865) is known color: Genoa. HEX triplet: 37, 68 and 65. RGB value is (55,104,101). Sum of RGB (Red+Green+Blue) = 55+104+101=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #376865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376865 is #C8979A. Grayscale: #585858. Windows color (decimal): -13146011 or 6645815. OLE color: 6645815.

HSL color Cylindrical-coordinate representation of color #376865: hue angle of 176.33º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #376865 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 104 101 -
CMYK 0.47 0 0.03 0.59
HSL 176.33º 0.31% 0.31% -
HSV(B) 176.33º 0.47% 0.41% -
XYZ 8.87 11.65 14.09 -
YUV 89.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 55 104 101 0.47 0 0.03 0.59 176.33 0.31 0.31
Hex 37 68 65 2F 0 3 3B B0 1F 1F
Octal 67 150 145 57 0 3 73 260 37 37
Binary 110111 1101000 1100101 101111 0 11 111011 10110000 11111 11111

Color Harmonies of #376865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376865

Black with #376865

Text Example


Text Example

White with #376865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376865; }

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

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

background-color css

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

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

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

border-color css

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

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

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