Html Css Color HEX #357071 Ming

📋 copy color: '#357071'

red 53 ◦ green 112 ◦ blue 113

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

Shades of Ming #357071

Tints of Ming #357071

RGB

 RED value IS 53 (21.09% from 255) = 19.06%

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

 BLUE value IS 113 (44.53% from 255) = 40.65%

R = 19.06%
G = 40.29%
B = 40.65%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#357071 (or 0x357071) is known color: Ming. HEX triplet: 35, 70 and 71. RGB value is (53,112,113). Sum of RGB (Red+Green+Blue) = 53+112+113=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #357071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357071 is #CA8F8E. Grayscale: #5E5E5E. Windows color (decimal): -13275023 or 7434293. OLE color: 7434293.

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

Color convert

RGB 53 112 113 -
CMYK 0.53 0.01 0 0.56
HSL 181º 0.36% 0.33% -
HSV(B) 181º 0.53% 0.44% -
XYZ 10.24 13.54 17.7 -
YUV 94.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 53 112 113 0.53 0.01 0 0.56 181 0.36 0.33
Hex 35 70 71 35 1 0 38 B5 24 21
Octal 65 160 161 65 1 0 70 265 44 41
Binary 110101 1110000 1110001 110101 1 0 111000 10110101 100100 100001

Color Harmonies of #357071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357071

Black with #357071

Text Example


Text Example

White with #357071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357071; }

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

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

background-color css

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

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

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

border-color css

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

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

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