Html Css Color HEX #356A73 Ming

📋 copy color: '#356A73'

red 53 ◦ green 106 ◦ blue 115

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

Shades of Ming #356A73

Tints of Ming #356A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

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

R = 19.34%
G = 38.69%
B = 41.97%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#356A73 (or 0x356A73) is known color: Ming. HEX triplet: 35, 6A and 73. RGB value is (53,106,115). Sum of RGB (Red+Green+Blue) = 53+106+115=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #356A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A73 is #CA958C. Grayscale: #5B5B5B. Windows color (decimal): -13276557 or 7563829. OLE color: 7563829.

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

Color convert

RGB 53 106 115 -
CMYK 0.54 0.08 0 0.55
HSL 188.71º 0.37% 0.33% -
HSV(B) 188.71º 0.54% 0.45% -
XYZ 9.72 12.3 18.08 -
YUV 91.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 53 106 115 0.54 0.08 0 0.55 188.71 0.37 0.33
Hex 35 6A 73 36 8 0 37 BD 25 21
Octal 65 152 163 66 10 0 67 275 45 41
Binary 110101 1101010 1110011 110110 1000 0 110111 10111101 100101 100001

Color Harmonies of #356A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356A73

Black with #356A73

Text Example


Text Example

White with #356A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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