Html Css Color HEX #356D78 Ming

📋 copy color: '#356D78'

red 53 ◦ green 109 ◦ blue 120

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

Shades of Ming #356D78

Tints of Ming #356D78

RGB

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

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

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

R = 18.79%
G = 38.65%
B = 42.55%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356D78 (or 0x356D78) is known color: Ming. HEX triplet: 35, 6D and 78. RGB value is (53,109,120). Sum of RGB (Red+Green+Blue) = 53+109+120=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #356D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D78 is #CA9287. Grayscale: #5D5D5D. Windows color (decimal): -13275784 or 7892277. OLE color: 7892277.

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

Color convert

RGB 53 109 120 -
CMYK 0.56 0.09 0 0.53
HSL 189.85º 0.39% 0.34% -
HSV(B) 189.85º 0.56% 0.47% -
XYZ 10.33 13.05 19.74 -
YUV 93.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 53 109 120 0.56 0.09 0 0.53 189.85 0.39 0.34
Hex 35 6D 78 38 9 0 35 BE 27 22
Octal 65 155 170 70 11 0 65 276 47 42
Binary 110101 1101101 1111000 111000 1001 0 110101 10111110 100111 100010

Color Harmonies of #356D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356D78

Black with #356D78

Text Example


Text Example

White with #356D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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