Html Css Color HEX #357478 Ming

📋 copy color: '#357478'

red 53 ◦ green 116 ◦ blue 120

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

Shades of Ming #357478

Tints of Ming #357478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.14%

 BLUE value IS 120 (47.27% from 255) = 41.52%

R = 18.34%
G = 40.14%
B = 41.52%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#357478 (or 0x357478) is known color: Ming. HEX triplet: 35, 74 and 78. RGB value is (53,116,120). Sum of RGB (Red+Green+Blue) = 53+116+120=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #357478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357478 is #CA8B87. Grayscale: #616161. Windows color (decimal): -13273992 or 7894069. OLE color: 7894069.

HSL color Cylindrical-coordinate representation of color #357478: hue angle of 183.58º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357478 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 116 120 -
CMYK 0.56 0.03 0 0.53
HSL 183.58º 0.39% 0.34% -
HSV(B) 183.58º 0.56% 0.47% -
XYZ 11.1 14.6 20 -
YUV 97.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 53 116 120 0.56 0.03 0 0.53 183.58 0.39 0.34
Hex 35 74 78 38 3 0 35 B8 27 22
Octal 65 164 170 70 3 0 65 270 47 42
Binary 110101 1110100 1111000 111000 11 0 110101 10111000 100111 100010

Color Harmonies of #357478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357478

Black with #357478

Text Example


Text Example

White with #357478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357478; }

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

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

background-color css

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

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

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

border-color css

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

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

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