Html Css Color HEX #356E70 Ming

📋 copy color: '#356E70'

red 53 ◦ green 110 ◦ blue 112

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

Shades of Ming #356E70

Tints of Ming #356E70

RGB

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

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

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

R = 19.27%
G = 40%
B = 40.73%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356E70 (or 0x356E70) is known color: Ming. HEX triplet: 35, 6E and 70. RGB value is (53,110,112). Sum of RGB (Red+Green+Blue) = 53+110+112=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #356E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E70 is #CA918F. Grayscale: #5D5D5D. Windows color (decimal): -13275536 or 7368245. OLE color: 7368245.

HSL color Cylindrical-coordinate representation of color #356E70: hue angle of 182.03º 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 #356E70 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 110 112 -
CMYK 0.53 0.02 0 0.56
HSL 182.03º 0.36% 0.32% -
HSV(B) 182.03º 0.53% 0.44% -
XYZ 9.97 13.08 17.33 -
YUV 93.19 138.62 99.34 -
System Red Green Blue C M Y K H S L
Decimal 53 110 112 0.53 0.02 0 0.56 182.03 0.36 0.32
Hex 35 6E 70 35 2 0 38 B6 24 20
Octal 65 156 160 65 2 0 70 266 44 40
Binary 110101 1101110 1110000 110101 10 0 111000 10110110 100100 100000

Color Harmonies of #356E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E70

Black with #356E70

Text Example


Text Example

White with #356E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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