#357074

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

Shades of Ming #357074

Tints of Ming #357074

Color information

#357074 (or 0x357074) is unknown color: approx Ming. HEX triplet: 35, 70 and 74. RGB value is (53,112,116). Sum of RGB (Red+Green+Blue) = 53+112+116=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #357074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357074 is #CA8F8B. Grayscale: #5E5E5E. Windows color (decimal): -13275020 or 7630901. OLE color: 7630901.

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

Color convert

RGB53112116-
CMYK0.540.0300.55
HSL183.81º37.28%33.14%-
HSV(B)183.81º54.31%45.49%-
XYZ10.4113.6118.6-
YUV94.82139.9598.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=18.86%
G=39.86%
B=41.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531121160.540.0300.55183.8137.2833.14
Hex357074363037b82521
Octal651601646630672704541
Binary1101011110000111010011011011011011110111000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357074; }

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

 H1.HeaderClassName
 {
   color: #357074;
 }
 .AnyTagClassName
 {
   color: #357074;
 }
</style>
background-color css

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

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

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

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

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

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