#377074

Color #377074 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #377074

Tints of Ming #377074

Color information

#377074 (or 0x377074) is unknown color: approx 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

RGB55112116-
CMYK0.530.0300.55
HSL183.93º35.67%33.53%-
HSV(B)183.93º52.59%45.49%-
XYZ10.5213.6618.61-
YUV95.41139.6299.17-

RGB Variations

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

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.70% from 255) = 40.99%
R=19.43%
G=39.58%
B=40.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551121160.530.0300.55183.9335.6733.53
Hex377074353037b82422
Octal671601646530672704442
Binary1101111110000111010011010111011011110111000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>