Html Css Color HEX #356C70 Ming

📋 copy color: '#356C70'

red 53 ◦ green 108 ◦ blue 112

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

Shades of Ming #356C70

Tints of Ming #356C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.56%

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

R = 19.41%
G = 39.56%
B = 41.03%

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

#356C70 (or 0x356C70) is known color: Ming. HEX triplet: 35, 6C and 70. RGB value is (53,108,112). Sum of RGB (Red+Green+Blue) = 53+108+112=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #356C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C70 is #CA938F. Grayscale: #5B5B5B. Windows color (decimal): -13276048 or 7367733. OLE color: 7367733.

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

Color convert

RGB 53 108 112 -
CMYK 0.53 0.04 0 0.56
HSL 184.07º 0.36% 0.32% -
HSV(B) 184.07º 0.53% 0.44% -
XYZ 9.76 12.65 17.26 -
YUV 92.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 53 108 112 0.53 0.04 0 0.56 184.07 0.36 0.32
Hex 35 6C 70 35 4 0 38 B8 24 20
Octal 65 154 160 65 4 0 70 270 44 40
Binary 110101 1101100 1110000 110101 100 0 111000 10111000 100100 100000

Color Harmonies of #356C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C70

Black with #356C70

Text Example


Text Example

White with #356C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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