Html Css Color HEX #356E71 Ming

📋 copy color: '#356E71'

red 53 ◦ green 110 ◦ blue 113

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

Shades of Ming #356E71

Tints of Ming #356E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.94%

R = 19.2%
G = 39.86%
B = 40.94%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356E71 (or 0x356E71) is known color: Ming. HEX triplet: 35, 6E and 71. RGB value is (53,110,113). Sum of RGB (Red+Green+Blue) = 53+110+113=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #356E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E71 is #CA918E. Grayscale: #5D5D5D. Windows color (decimal): -13275535 or 7433781. OLE color: 7433781.

HSL color Cylindrical-coordinate representation of color #356E71: hue angle of 183º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #356E71 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 110 113 -
CMYK 0.53 0.03 0 0.56
HSL 183º 0.36% 0.33% -
HSV(B) 183º 0.53% 0.44% -
XYZ 10.02 13.1 17.62 -
YUV 93.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 53 110 113 0.53 0.03 0 0.56 183 0.36 0.33
Hex 35 6E 71 35 3 0 38 B7 24 21
Octal 65 156 161 65 3 0 70 267 44 41
Binary 110101 1101110 1110001 110101 11 0 111000 10110111 100100 100001

Color Harmonies of #356E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E71

Black with #356E71

Text Example


Text Example

White with #356E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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