Html Css Color HEX #376B6D Ming

📋 copy color: '#376B6D'

red 55 ◦ green 107 ◦ blue 109

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

Shades of Ming #376B6D

Tints of Ming #376B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.22%

R = 20.3%
G = 39.48%
B = 40.22%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#376B6D (or 0x376B6D) is known color: Ming. HEX triplet: 37, 6B and 6D. RGB value is (55,107,109). Sum of RGB (Red+Green+Blue) = 55+107+109=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #376B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B6D is #C89492. Grayscale: #5B5B5B. Windows color (decimal): -13145235 or 7170871. OLE color: 7170871.

HSL color Cylindrical-coordinate representation of color #376B6D: hue angle of 182.22º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376B6D is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 107 109 -
CMYK 0.50 0.02 0 0.57
HSL 182.22º 0.33% 0.32% -
HSV(B) 182.22º 0.5% 0.43% -
XYZ 9.59 12.43 16.36 -
YUV 91.68 137.77 101.84 -
System Red Green Blue C M Y K H S L
Decimal 55 107 109 0.50 0.02 0 0.57 182.22 0.33 0.32
Hex 37 6B 6D 32 2 0 39 B6 21 20
Octal 67 153 155 62 2 0 71 266 41 40
Binary 110111 1101011 1101101 110010 10 0 111001 10110110 100001 100000

Color Harmonies of #376B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376B6D

Black with #376B6D

Text Example


Text Example

White with #376B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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