Html Css Color HEX #356E75 Ming

📋 copy color: '#356E75'

red 53 ◦ green 110 ◦ blue 117

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

Shades of Ming #356E75

Tints of Ming #356E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 18.93%
G = 39.29%
B = 41.79%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#356E75 (or 0x356E75) is known color: Ming. HEX triplet: 35, 6E and 75. RGB value is (53,110,117). Sum of RGB (Red+Green+Blue) = 53+110+117=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #356E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E75 is #CA918A. Grayscale: #5D5D5D. Windows color (decimal): -13275531 or 7695925. OLE color: 7695925.

HSL color Cylindrical-coordinate representation of color #356E75: hue angle of 186.56º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356E75 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 110 117 -
CMYK 0.55 0.06 0 0.54
HSL 186.56º 0.38% 0.33% -
HSV(B) 186.56º 0.55% 0.46% -
XYZ 10.26 13.19 18.84 -
YUV 93.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 53 110 117 0.55 0.06 0 0.54 186.56 0.38 0.33
Hex 35 6E 75 37 6 0 36 BB 26 21
Octal 65 156 165 67 6 0 66 273 46 41
Binary 110101 1101110 1110101 110111 110 0 110110 10111011 100110 100001

Color Harmonies of #356E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E75

Black with #356E75

Text Example


Text Example

White with #356E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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