Html Css Color HEX #357174 Ming

📋 copy color: '#357174'

red 53 ◦ green 113 ◦ blue 116

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

Shades of Ming #357174

Tints of Ming #357174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 18.79%
G = 40.07%
B = 41.13%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#357174 (or 0x357174) is known color: Ming. HEX triplet: 35, 71 and 74. RGB value is (53,113,116). Sum of RGB (Red+Green+Blue) = 53+113+116=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #357174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357174 is #CA8E8B. Grayscale: #5F5F5F. Windows color (decimal): -13274764 or 7631157. OLE color: 7631157.

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

Color convert

RGB 53 113 116 -
CMYK 0.54 0.03 0 0.55
HSL 182.86º 0.37% 0.33% -
HSV(B) 182.86º 0.54% 0.45% -
XYZ 10.53 13.83 18.64 -
YUV 95.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 53 113 116 0.54 0.03 0 0.55 182.86 0.37 0.33
Hex 35 71 74 36 3 0 37 B7 25 21
Octal 65 161 164 66 3 0 67 267 45 41
Binary 110101 1110001 1110100 110110 11 0 110111 10110111 100101 100001

Color Harmonies of #357174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357174

Black with #357174

Text Example


Text Example

White with #357174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357174; }

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

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

background-color css

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

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

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

border-color css

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

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

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