Html Css Color HEX #356E78 Ming

📋 copy color: '#356E78'

red 53 ◦ green 110 ◦ blue 120

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

Shades of Ming #356E78

Tints of Ming #356E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.4%

R = 18.73%
G = 38.87%
B = 42.4%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356E78 (or 0x356E78) is known color: Ming. HEX triplet: 35, 6E and 78. RGB value is (53,110,120). Sum of RGB (Red+Green+Blue) = 53+110+120=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #356E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E78 is #CA9187. Grayscale: #5D5D5D. Windows color (decimal): -13275528 or 7892533. OLE color: 7892533.

HSL color Cylindrical-coordinate representation of color #356E78: hue angle of 188.96º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #356E78 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 110 120 -
CMYK 0.56 0.08 0 0.53
HSL 188.96º 0.39% 0.34% -
HSV(B) 188.96º 0.56% 0.47% -
XYZ 10.43 13.26 19.78 -
YUV 94.1 142.62 98.69 -
System Red Green Blue C M Y K H S L
Decimal 53 110 120 0.56 0.08 0 0.53 188.96 0.39 0.34
Hex 35 6E 78 38 8 0 35 BD 27 22
Octal 65 156 170 70 10 0 65 275 47 42
Binary 110101 1101110 1111000 111000 1000 0 110101 10111101 100111 100010

Color Harmonies of #356E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E78

Black with #356E78

Text Example


Text Example

White with #356E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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