Html Css Color HEX #357172 Ming

📋 copy color: '#357172'

red 53 ◦ green 113 ◦ blue 114

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

Shades of Ming #357172

Tints of Ming #357172

RGB

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

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

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

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

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

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

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

Color convert

RGB 53 113 114 -
CMYK 0.54 0.01 0 0.55
HSL 180.98º 0.37% 0.33% -
HSV(B) 180.98º 0.54% 0.45% -
XYZ 10.41 13.78 18.03 -
YUV 95.17 138.62 97.92 -
System Red Green Blue C M Y K H S L
Decimal 53 113 114 0.54 0.01 0 0.55 180.98 0.37 0.33
Hex 35 71 72 36 1 0 37 B5 25 21
Octal 65 161 162 66 1 0 67 265 45 41
Binary 110101 1110001 1110010 110110 1 0 110111 10110101 100101 100001

Color Harmonies of #357172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357172

Black with #357172

Text Example


Text Example

White with #357172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357172; }

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

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

background-color css

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

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

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

border-color css

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

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

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