Html Css Color HEX #356A71 Ming

📋 copy color: '#356A71'

red 53 ◦ green 106 ◦ blue 113

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

Shades of Ming #356A71

Tints of Ming #356A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.97%

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

R = 19.49%
G = 38.97%
B = 41.54%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356A71 (or 0x356A71) is known color: Ming. HEX triplet: 35, 6A and 71. RGB value is (53,106,113). Sum of RGB (Red+Green+Blue) = 53+106+113=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #356A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A71 is #CA958E. Grayscale: #5A5A5A. Windows color (decimal): -13276559 or 7432757. OLE color: 7432757.

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

Color convert

RGB 53 106 113 -
CMYK 0.53 0.06 0 0.56
HSL 187º 0.36% 0.33% -
HSV(B) 187º 0.53% 0.44% -
XYZ 9.6 12.26 17.48 -
YUV 90.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 53 106 113 0.53 0.06 0 0.56 187 0.36 0.33
Hex 35 6A 71 35 6 0 38 BB 24 21
Octal 65 152 161 65 6 0 70 273 44 41
Binary 110101 1101010 1110001 110101 110 0 111000 10111011 100100 100001

Color Harmonies of #356A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356A71

Black with #356A71

Text Example


Text Example

White with #356A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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