Html Css Color HEX #356D79 Ming

📋 copy color: '#356D79'

red 53 ◦ green 109 ◦ blue 121

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

Shades of Ming #356D79

Tints of Ming #356D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.52%

 BLUE value IS 121 (47.66% from 255) = 42.76%

R = 18.73%
G = 38.52%
B = 42.76%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356D79 (or 0x356D79) is known color: Ming. HEX triplet: 35, 6D and 79. RGB value is (53,109,121). Sum of RGB (Red+Green+Blue) = 53+109+121=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #356D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D79 is #CA9286. Grayscale: #5D5D5D. Windows color (decimal): -13275783 or 7957813. OLE color: 7957813.

HSL color Cylindrical-coordinate representation of color #356D79: hue angle of 190.59º 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 #356D79 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 109 121 -
CMYK 0.56 0.10 0 0.53
HSL 190.59º 0.39% 0.34% -
HSV(B) 190.59º 0.56% 0.47% -
XYZ 10.39 13.07 20.07 -
YUV 93.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 53 109 121 0.56 0.10 0 0.53 190.59 0.39 0.34
Hex 35 6D 79 38 A 0 35 BF 27 22
Octal 65 155 171 70 12 0 65 277 47 42
Binary 110101 1101101 1111001 111000 1010 0 110101 10111111 100111 100010

Color Harmonies of #356D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356D79

Black with #356D79

Text Example


Text Example

White with #356D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356D79; }

 p { color: rgb(53,109,121); }

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

background-color css

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

 a { background-color: rgb(53,109,121); }

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

border-color css

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

 span { border-color: rgb(53,109,121); }

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