Html Css Color HEX #376255 Spectra

📋 copy color: '#376255'

red 55 ◦ green 98 ◦ blue 85

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

Shades of Spectra #376255

Tints of Spectra #376255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.18%

 BLUE value IS 85 (33.59% from 255) = 35.71%

R = 23.11%
G = 41.18%
B = 35.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#376255 (or 0x376255) is known color: Spectra. HEX triplet: 37, 62 and 55. RGB value is (55,98,85). Sum of RGB (Red+Green+Blue) = 55+98+85=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #376255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376255 is #C89DAA. Grayscale: #535353. Windows color (decimal): -13147563 or 5595703. OLE color: 5595703.

HSL color Cylindrical-coordinate representation of color #376255: hue angle of 161.86º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #376255 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 98 85 -
CMYK 0.44 0 0.13 0.62
HSL 161.86º 0.28% 0.3% -
HSV(B) 161.86º 0.44% 0.38% -
XYZ 7.58 10.2 10.16 -
YUV 83.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 55 98 85 0.44 0 0.13 0.62 161.86 0.28 0.3
Hex 37 62 55 2C 0 D 3E A2 1C 1E
Octal 67 142 125 54 0 15 76 242 34 36
Binary 110111 1100010 1010101 101100 0 1101 111110 10100010 11100 11110

Color Harmonies of #376255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376255

Black with #376255

Text Example


Text Example

White with #376255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376255; }

 p { color: rgb(55,98,85); }

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

background-color css

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

 a { background-color: rgb(55,98,85); }

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

border-color css

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

 span { border-color: rgb(55,98,85); }

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