Html Css Color HEX #356C75 Ming

📋 copy color: '#356C75'

red 53 ◦ green 108 ◦ blue 117

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

Shades of Ming #356C75

Tints of Ming #356C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.85%

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

R = 19.06%
G = 38.85%
B = 42.09%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#356C75 (or 0x356C75) is known color: Ming. HEX triplet: 35, 6C and 75. RGB value is (53,108,117). Sum of RGB (Red+Green+Blue) = 53+108+117=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #356C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C75 is #CA938A. Grayscale: #5C5C5C. Windows color (decimal): -13276043 or 7695413. OLE color: 7695413.

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

Color convert

RGB 53 108 117 -
CMYK 0.55 0.08 0 0.54
HSL 188.44º 0.38% 0.33% -
HSV(B) 188.44º 0.55% 0.46% -
XYZ 10.04 12.77 18.76 -
YUV 92.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 53 108 117 0.55 0.08 0 0.54 188.44 0.38 0.33
Hex 35 6C 75 37 8 0 36 BC 26 21
Octal 65 154 165 67 10 0 66 274 46 41
Binary 110101 1101100 1110101 110111 1000 0 110110 10111100 100110 100001

Color Harmonies of #356C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C75

Black with #356C75

Text Example


Text Example

White with #356C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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