Html Css Color HEX #356F75 Ming

📋 copy color: '#356F75'

red 53 ◦ green 111 ◦ blue 117

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

Shades of Ming #356F75

Tints of Ming #356F75

RGB

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

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

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

R = 18.86%
G = 39.5%
B = 41.64%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#356F75 (or 0x356F75) is known color: Ming. HEX triplet: 35, 6F and 75. RGB value is (53,111,117). Sum of RGB (Red+Green+Blue) = 53+111+117=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #356F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F75 is #CA908A. Grayscale: #5E5E5E. Windows color (decimal): -13275275 or 7696181. OLE color: 7696181.

HSL color Cylindrical-coordinate representation of color #356F75: hue angle of 185.62º 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 #356F75 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 111 117 -
CMYK 0.55 0.05 0 0.54
HSL 185.63º 0.38% 0.33% -
HSV(B) 185.63º 0.55% 0.46% -
XYZ 10.36 13.41 18.87 -
YUV 94.34 140.78 98.51 -
System Red Green Blue C M Y K H S L
Decimal 53 111 117 0.55 0.05 0 0.54 185.63 0.38 0.33
Hex 35 6F 75 37 5 0 36 BA 26 21
Octal 65 157 165 67 5 0 66 272 46 41
Binary 110101 1101111 1110101 110111 101 0 110110 10111010 100110 100001

Color Harmonies of #356F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F75

Black with #356F75

Text Example


Text Example

White with #356F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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