Html Css Color HEX #357271 Ming

📋 copy color: '#357271'

red 53 ◦ green 114 ◦ blue 113

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

Shades of Ming #357271

Tints of Ming #357271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.71%

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

R = 18.93%
G = 40.71%
B = 40.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#357271 (or 0x357271) is known color: Ming. HEX triplet: 35, 72 and 71. RGB value is (53,114,113). Sum of RGB (Red+Green+Blue) = 53+114+113=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #357271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357271 is #CA8D8E. Grayscale: #5F5F5F. Windows color (decimal): -13274511 or 7434805. OLE color: 7434805.

HSL color Cylindrical-coordinate representation of color #357271: hue angle of 179.02º 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 #357271 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 114 113 -
CMYK 0.54 0 0.01 0.55
HSL 179.02º 0.37% 0.33% -
HSV(B) 179.02º 0.54% 0.45% -
XYZ 10.47 13.98 17.77 -
YUV 95.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 53 114 113 0.54 0 0.01 0.55 179.02 0.37 0.33
Hex 35 72 71 36 0 1 37 B3 25 21
Octal 65 162 161 66 0 1 67 263 45 41
Binary 110101 1110010 1110001 110110 0 1 110111 10110011 100101 100001

Color Harmonies of #357271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357271

Black with #357271

Text Example


Text Example

White with #357271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357271; }

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

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

background-color css

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

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

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

border-color css

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

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

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