Html Css Color HEX #377475 Ming

📋 copy color: '#377475'

red 55 ◦ green 116 ◦ blue 117

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

Shades of Ming #377475

Tints of Ming #377475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.28%

 BLUE value IS 117 (46.09% from 255) = 40.63%

R = 19.1%
G = 40.28%
B = 40.63%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#377475 (or 0x377475) is known color: Ming. HEX triplet: 37, 74 and 75. RGB value is (55,116,117). Sum of RGB (Red+Green+Blue) = 55+116+117=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #377475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377475 is #C88B8A. Grayscale: #616161. Windows color (decimal): -13142923 or 7697463. OLE color: 7697463.

HSL color Cylindrical-coordinate representation of color #377475: hue angle of 180.97º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377475 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 116 117 -
CMYK 0.53 0.01 0 0.54
HSL 180.97º 0.36% 0.34% -
HSV(B) 180.97º 0.53% 0.46% -
XYZ 11.03 14.59 19.06 -
YUV 97.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 55 116 117 0.53 0.01 0 0.54 180.97 0.36 0.34
Hex 37 74 75 35 1 0 36 B5 24 22
Octal 67 164 165 65 1 0 66 265 44 42
Binary 110111 1110100 1110101 110101 1 0 110110 10110101 100100 100010

Color Harmonies of #377475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377475

Black with #377475

Text Example


Text Example

White with #377475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377475; }

 p { color: rgb(55,116,117); }

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

background-color css

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

 a { background-color: rgb(55,116,117); }

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

border-color css

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

 span { border-color: rgb(55,116,117); }

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