Html Css Color HEX #356F70 Ming

📋 copy color: '#356F70'

red 53 ◦ green 111 ◦ blue 112

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

Shades of Ming #356F70

Tints of Ming #356F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.22%

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

R = 19.2%
G = 40.22%
B = 40.58%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356F70 (or 0x356F70) is known color: Ming. HEX triplet: 35, 6F and 70. RGB value is (53,111,112). Sum of RGB (Red+Green+Blue) = 53+111+112=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #356F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F70 is #CA908F. Grayscale: #5D5D5D. Windows color (decimal): -13275280 or 7368501. OLE color: 7368501.

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

Color convert

RGB 53 111 112 -
CMYK 0.53 0.01 0 0.56
HSL 181.02º 0.36% 0.32% -
HSV(B) 181.02º 0.53% 0.44% -
XYZ 10.08 13.3 17.36 -
YUV 93.77 138.28 98.92 -
System Red Green Blue C M Y K H S L
Decimal 53 111 112 0.53 0.01 0 0.56 181.02 0.36 0.32
Hex 35 6F 70 35 1 0 38 B5 24 20
Octal 65 157 160 65 1 0 70 265 44 40
Binary 110101 1101111 1110000 110101 1 0 111000 10110101 100100 100000

Color Harmonies of #356F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F70

Black with #356F70

Text Example


Text Example

White with #356F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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