Html Css Color HEX #376B6F Ming

📋 copy color: '#376B6F'

red 55 ◦ green 107 ◦ blue 111

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

Shades of Ming #376B6F

Tints of Ming #376B6F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.19%

 BLUE value IS 111 (43.75% from 255) = 40.66%

R = 20.15%
G = 39.19%
B = 40.66%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376B6F (or 0x376B6F) is known color: Ming. HEX triplet: 37, 6B and 6F. RGB value is (55,107,111). Sum of RGB (Red+Green+Blue) = 55+107+111=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #376B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B6F is #C89490. Grayscale: #5B5B5B. Windows color (decimal): -13145233 or 7301943. OLE color: 7301943.

HSL color Cylindrical-coordinate representation of color #376B6F: hue angle of 184.29º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376B6F is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 107 111 -
CMYK 0.50 0.04 0 0.56
HSL 184.29º 0.34% 0.33% -
HSV(B) 184.29º 0.5% 0.44% -
XYZ 9.7 12.48 16.94 -
YUV 91.91 138.77 101.67 -
System Red Green Blue C M Y K H S L
Decimal 55 107 111 0.50 0.04 0 0.56 184.29 0.34 0.33
Hex 37 6B 6F 32 4 0 38 B8 22 21
Octal 67 153 157 62 4 0 70 270 42 41
Binary 110111 1101011 1101111 110010 100 0 111000 10111000 100010 100001

Color Harmonies of #376B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376B6F

Black with #376B6F

Text Example


Text Example

White with #376B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376B6F; }

 p { color: rgb(55,107,111); }

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

background-color css

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

 a { background-color: rgb(55,107,111); }

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

border-color css

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

 span { border-color: rgb(55,107,111); }

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