Html Css Color HEX #356B75 Ming

📋 copy color: '#356B75'

red 53 ◦ green 107 ◦ blue 117

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

Shades of Ming #356B75

Tints of Ming #356B75

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.63%

 BLUE value IS 117 (46.09% from 255) = 42.24%

R = 19.13%
G = 38.63%
B = 42.24%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#356B75 (or 0x356B75) is known color: Ming. HEX triplet: 35, 6B and 75. RGB value is (53,107,117). Sum of RGB (Red+Green+Blue) = 53+107+117=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #356B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B75 is #CA948A. Grayscale: #5B5B5B. Windows color (decimal): -13276299 or 7695157. OLE color: 7695157.

HSL color Cylindrical-coordinate representation of color #356B75: hue angle of 189.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356B75 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 107 117 -
CMYK 0.55 0.09 0 0.54
HSL 189.38º 0.38% 0.33% -
HSV(B) 189.38º 0.55% 0.46% -
XYZ 9.94 12.56 18.73 -
YUV 91.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 53 107 117 0.55 0.09 0 0.54 189.38 0.38 0.33
Hex 35 6B 75 37 9 0 36 BD 26 21
Octal 65 153 165 67 11 0 66 275 46 41
Binary 110101 1101011 1110101 110111 1001 0 110110 10111101 100110 100001

Color Harmonies of #356B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B75

Black with #356B75

Text Example


Text Example

White with #356B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,107,117); }

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

background-color css

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

 a { background-color: rgb(53,107,117); }

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

border-color css

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

 span { border-color: rgb(53,107,117); }

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