Html Css Color HEX #356B71 Ming

📋 copy color: '#356B71'

red 53 ◦ green 107 ◦ blue 113

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

Shades of Ming #356B71

Tints of Ming #356B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.19%

 BLUE value IS 113 (44.53% from 255) = 41.39%

R = 19.41%
G = 39.19%
B = 41.39%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356B71 (or 0x356B71) is known color: Ming. HEX triplet: 35, 6B and 71. RGB value is (53,107,113). Sum of RGB (Red+Green+Blue) = 53+107+113=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #356B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B71 is #CA948E. Grayscale: #5B5B5B. Windows color (decimal): -13276303 or 7433013. OLE color: 7433013.

HSL color Cylindrical-coordinate representation of color #356B71: hue angle of 186º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #356B71 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 107 113 -
CMYK 0.53 0.05 0 0.56
HSL 186º 0.36% 0.33% -
HSV(B) 186º 0.53% 0.44% -
XYZ 9.71 12.46 17.52 -
YUV 91.54 140.11 100.51 -
System Red Green Blue C M Y K H S L
Decimal 53 107 113 0.53 0.05 0 0.56 186 0.36 0.33
Hex 35 6B 71 35 5 0 38 BA 24 21
Octal 65 153 161 65 5 0 70 272 44 41
Binary 110101 1101011 1110001 110101 101 0 111000 10111010 100100 100001

Color Harmonies of #356B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B71

Black with #356B71

Text Example


Text Example

White with #356B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,107,113); }

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

background-color css

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

 a { background-color: rgb(53,107,113); }

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

border-color css

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

 span { border-color: rgb(53,107,113); }

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