Html Css Color HEX #356B70 Ming

📋 copy color: '#356B70'

red 53 ◦ green 107 ◦ blue 112

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

Shades of Ming #356B70

Tints of Ming #356B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 19.49%
G = 39.34%
B = 41.18%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356B70 (or 0x356B70) is known color: Ming. HEX triplet: 35, 6B and 70. RGB value is (53,107,112). Sum of RGB (Red+Green+Blue) = 53+107+112=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #356B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B70 is #CA948F. Grayscale: #5B5B5B. Windows color (decimal): -13276304 or 7367477. OLE color: 7367477.

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

Color convert

RGB 53 107 112 -
CMYK 0.53 0.04 0 0.56
HSL 185.08º 0.36% 0.32% -
HSV(B) 185.08º 0.53% 0.44% -
XYZ 9.65 12.44 17.22 -
YUV 91.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 53 107 112 0.53 0.04 0 0.56 185.08 0.36 0.32
Hex 35 6B 70 35 4 0 38 B9 24 20
Octal 65 153 160 65 4 0 70 271 44 40
Binary 110101 1101011 1110000 110101 100 0 111000 10111001 100100 100000

Color Harmonies of #356B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B70

Black with #356B70

Text Example


Text Example

White with #356B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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