Html Css Color HEX #356F6E Ming

📋 copy color: '#356F6E'

red 53 ◦ green 111 ◦ blue 110

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

Shades of Ming #356F6E

Tints of Ming #356F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.15%

R = 19.34%
G = 40.51%
B = 40.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#356F6E (or 0x356F6E) is known color: Ming. HEX triplet: 35, 6F and 6E. RGB value is (53,111,110). Sum of RGB (Red+Green+Blue) = 53+111+110=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 111 - color contains mainly: green. Hex color #356F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F6E is #CA9091. Grayscale: #5D5D5D. Windows color (decimal): -13275282 or 7237429. OLE color: 7237429.

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

Color convert

RGB 53 111 110 -
CMYK 0.52 0 0.01 0.56
HSL 178.97º 0.35% 0.32% -
HSV(B) 178.97º 0.52% 0.44% -
XYZ 9.97 13.25 16.78 -
YUV 93.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 53 111 110 0.52 0 0.01 0.56 178.97 0.35 0.32
Hex 35 6F 6E 34 0 1 38 B3 23 20
Octal 65 157 156 64 0 1 70 263 43 40
Binary 110101 1101111 1101110 110100 0 1 111000 10110011 100011 100000

Color Harmonies of #356F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F6E

Black with #356F6E

Text Example


Text Example

White with #356F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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