Html Css Color HEX #376453 Spectra

📋 copy color: '#376453'

red 55 ◦ green 100 ◦ blue 83

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

Shades of Spectra #376453

Tints of Spectra #376453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.87%

R = 23.11%
G = 42.02%
B = 34.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#376453 (or 0x376453) is known color: Spectra. HEX triplet: 37, 64 and 53. RGB value is (55,100,83). Sum of RGB (Red+Green+Blue) = 55+100+83=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #376453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376453 is #C89BAC. Grayscale: #545454. Windows color (decimal): -13147053 or 5465143. OLE color: 5465143.

HSL color Cylindrical-coordinate representation of color #376453: hue angle of 157.33º 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 #376453 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 100 83 -
CMYK 0.45 0 0.17 0.61
HSL 157.33º 0.29% 0.3% -
HSV(B) 157.33º 0.45% 0.39% -
XYZ 7.69 10.55 9.81 -
YUV 84.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 55 100 83 0.45 0 0.17 0.61 157.33 0.29 0.3
Hex 37 64 53 2D 0 11 3D 9D 1D 1E
Octal 67 144 123 55 0 21 75 235 35 36
Binary 110111 1100100 1010011 101101 0 10001 111101 10011101 11101 11110

Color Harmonies of #376453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376453

Black with #376453

Text Example


Text Example

White with #376453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376453; }

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

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

background-color css

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

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

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

border-color css

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

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

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