Html Css Color HEX #357173 Ming

📋 copy color: '#357173'

red 53 ◦ green 113 ◦ blue 115

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

Shades of Ming #357173

Tints of Ming #357173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 18.86%
G = 40.21%
B = 40.93%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#357173 (or 0x357173) is known color: Ming. HEX triplet: 35, 71 and 73. RGB value is (53,113,115). Sum of RGB (Red+Green+Blue) = 53+113+115=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #357173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357173 is #CA8E8C. Grayscale: #5F5F5F. Windows color (decimal): -13274765 or 7565621. OLE color: 7565621.

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

Color convert

RGB 53 113 115 -
CMYK 0.54 0.02 0 0.55
HSL 181.94º 0.37% 0.33% -
HSV(B) 181.94º 0.54% 0.45% -
XYZ 10.47 13.8 18.33 -
YUV 95.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 53 113 115 0.54 0.02 0 0.55 181.94 0.37 0.33
Hex 35 71 73 36 2 0 37 B6 25 21
Octal 65 161 163 66 2 0 67 266 45 41
Binary 110101 1110001 1110011 110110 10 0 110111 10110110 100101 100001

Color Harmonies of #357173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357173

Black with #357173

Text Example


Text Example

White with #357173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357173; }

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

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

background-color css

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

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

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

border-color css

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

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

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