Html Css Color HEX #376054 Spectra

📋 copy color: '#376054'

red 55 ◦ green 96 ◦ blue 84

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

Shades of Spectra #376054

Tints of Spectra #376054

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.85%

 BLUE value IS 84 (33.2% from 255) = 35.74%

R = 23.4%
G = 40.85%
B = 35.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#376054 (or 0x376054) is known color: Spectra. HEX triplet: 37, 60 and 54. RGB value is (55,96,84). Sum of RGB (Red+Green+Blue) = 55+96+84=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #376054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376054 is #C89FAB. Grayscale: #525252. Windows color (decimal): -13148076 or 5529655. OLE color: 5529655.

HSL color Cylindrical-coordinate representation of color #376054: hue angle of 162.44º 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 #376054 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 96 84 -
CMYK 0.43 0 0.12 0.62
HSL 162.44º 0.27% 0.3% -
HSV(B) 162.44º 0.43% 0.38% -
XYZ 7.36 9.82 9.89 -
YUV 82.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 55 96 84 0.43 0 0.12 0.62 162.44 0.27 0.3
Hex 37 60 54 2B 0 C 3E A2 1B 1E
Octal 67 140 124 53 0 14 76 242 33 36
Binary 110111 1100000 1010100 101011 0 1100 111110 10100010 11011 11110

Color Harmonies of #376054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376054

Black with #376054

Text Example


Text Example

White with #376054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376054; }

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

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

background-color css

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

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

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

border-color css

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

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

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