Html Css Color HEX #376454 Spectra

📋 copy color: '#376454'

red 55 ◦ green 100 ◦ blue 84

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

Shades of Spectra #376454

Tints of Spectra #376454

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.84%

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

R = 23.01%
G = 41.84%
B = 35.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#376454 (or 0x376454) is known color: Spectra. HEX triplet: 37, 64 and 54. RGB value is (55,100,84). Sum of RGB (Red+Green+Blue) = 55+100+84=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #376454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376454 is #C89BAB. Grayscale: #545454. Windows color (decimal): -13147052 or 5530679. OLE color: 5530679.

HSL color Cylindrical-coordinate representation of color #376454: hue angle of 158.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #376454 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 100 84 -
CMYK 0.45 0 0.16 0.61
HSL 158.67º 0.29% 0.3% -
HSV(B) 158.67º 0.45% 0.39% -
XYZ 7.73 10.57 10.02 -
YUV 84.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 55 100 84 0.45 0 0.16 0.61 158.67 0.29 0.3
Hex 37 64 54 2D 0 10 3D 9F 1D 1E
Octal 67 144 124 55 0 20 75 237 35 36
Binary 110111 1100100 1010100 101101 0 10000 111101 10011111 11101 11110

Color Harmonies of #376454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376454

Black with #376454

Text Example


Text Example

White with #376454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376454; }

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

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

background-color css

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

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

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

border-color css

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

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

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