#376055

Color #376055 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #376055

Tints of Spectra #376055

Color information

#376055 (or 0x376055) is unknown color: approx Spectra. HEX triplet: 37, 60 and 55. RGB value is (55,96,85). Sum of RGB (Red+Green+Blue) = 55+96+85=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #376055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376055 is #C89FAA. Grayscale: #525252. Windows color (decimal): -13148075 or 5595191. OLE color: 5595191.

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

Color convert

RGB559685-
CMYK0.4300.110.62
HSL163.9º27.15%29.61%-
HSV(B)163.9º42.71%37.65%-
XYZ7.49.8310.1-
YUV82.49129.42108.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.31%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=23.31%
G=40.68%
B=36.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596850.4300.110.62163.927.1529.61
Hex3760552B0B3Ea41b1e
Octal6714012553013762443336
Binary1101111100000101010110101101011111110101001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376055; }

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

 H1.HeaderClassName
 {
   color: #376055;
 }
 .AnyTagClassName
 {
   color: #376055;
 }
</style>
background-color css

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

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

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

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

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

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