Html Css Color HEX #356E74 Ming

📋 copy color: '#356E74'

red 53 ◦ green 110 ◦ blue 116

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

Shades of Ming #356E74

Tints of Ming #356E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.43%

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

R = 19%
G = 39.43%
B = 41.58%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#356E74 (or 0x356E74) is known color: Ming. HEX triplet: 35, 6E and 74. RGB value is (53,110,116). Sum of RGB (Red+Green+Blue) = 53+110+116=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #356E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E74 is #CA918B. Grayscale: #5D5D5D. Windows color (decimal): -13275532 or 7630389. OLE color: 7630389.

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

Color convert

RGB 53 110 116 -
CMYK 0.54 0.05 0 0.55
HSL 185.71º 0.37% 0.33% -
HSV(B) 185.71º 0.54% 0.45% -
XYZ 10.2 13.17 18.53 -
YUV 93.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 53 110 116 0.54 0.05 0 0.55 185.71 0.37 0.33
Hex 35 6E 74 36 5 0 37 BA 25 21
Octal 65 156 164 66 5 0 67 272 45 41
Binary 110101 1101110 1110100 110110 101 0 110111 10111010 100101 100001

Color Harmonies of #356E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E74

Black with #356E74

Text Example


Text Example

White with #356E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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