Html Css Color HEX #377074 Ming

📋 copy color: '#377074'

red 55 ◦ green 112 ◦ blue 116

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

Shades of Ming #377074

Tints of Ming #377074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.58%

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 19.43%
G = 39.58%
B = 40.99%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#377074 (or 0x377074) is known color: Ming. HEX triplet: 37, 70 and 74. RGB value is (55,112,116). Sum of RGB (Red+Green+Blue) = 55+112+116=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #377074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377074 is #C88F8B. Grayscale: #5F5F5F. Windows color (decimal): -13143948 or 7630903. OLE color: 7630903.

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

Color convert

RGB 55 112 116 -
CMYK 0.53 0.03 0 0.55
HSL 183.93º 0.36% 0.34% -
HSV(B) 183.93º 0.53% 0.45% -
XYZ 10.52 13.66 18.61 -
YUV 95.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 55 112 116 0.53 0.03 0 0.55 183.93 0.36 0.34
Hex 37 70 74 35 3 0 37 B8 24 22
Octal 67 160 164 65 3 0 67 270 44 42
Binary 110111 1110000 1110100 110101 11 0 110111 10111000 100100 100010

Color Harmonies of #377074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377074

Black with #377074

Text Example


Text Example

White with #377074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377074; }

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

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

background-color css

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

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

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

border-color css

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

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

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