Html Css Color HEX #376C6F Ming

📋 copy color: '#376C6F'

red 55 ◦ green 108 ◦ blue 111

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

Shades of Ming #376C6F

Tints of Ming #376C6F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.42%

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

R = 20.07%
G = 39.42%
B = 40.51%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376C6F (or 0x376C6F) is known color: Ming. HEX triplet: 37, 6C and 6F. RGB value is (55,108,111). Sum of RGB (Red+Green+Blue) = 55+108+111=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #376C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376C6F is #C89390. Grayscale: #5C5C5C. Windows color (decimal): -13144977 or 7302199. OLE color: 7302199.

HSL color Cylindrical-coordinate representation of color #376C6F: hue angle of 183.21º 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 #376C6F is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 108 111 -
CMYK 0.50 0.03 0 0.56
HSL 183.21º 0.34% 0.33% -
HSV(B) 183.21º 0.5% 0.44% -
XYZ 9.81 12.69 16.97 -
YUV 92.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 55 108 111 0.50 0.03 0 0.56 183.21 0.34 0.33
Hex 37 6C 6F 32 3 0 38 B7 22 21
Octal 67 154 157 62 3 0 70 267 42 41
Binary 110111 1101100 1101111 110010 11 0 111000 10110111 100010 100001

Color Harmonies of #376C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C6F

Black with #376C6F

Text Example


Text Example

White with #376C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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