Html Css Color HEX #356C79 Ming

📋 copy color: '#356C79'

red 53 ◦ green 108 ◦ blue 121

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

Shades of Ming #356C79

Tints of Ming #356C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.91%

R = 18.79%
G = 38.3%
B = 42.91%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356C79 (or 0x356C79) is known color: Ming. HEX triplet: 35, 6C and 79. RGB value is (53,108,121). Sum of RGB (Red+Green+Blue) = 53+108+121=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #356C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C79 is #CA9386. Grayscale: #5C5C5C. Windows color (decimal): -13276039 or 7957557. OLE color: 7957557.

HSL color Cylindrical-coordinate representation of color #356C79: hue angle of 191.47º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #356C79 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 108 121 -
CMYK 0.56 0.11 0 0.53
HSL 191.47º 0.39% 0.34% -
HSV(B) 191.47º 0.56% 0.47% -
XYZ 10.28 12.86 20.03 -
YUV 93.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 53 108 121 0.56 0.11 0 0.53 191.47 0.39 0.34
Hex 35 6C 79 38 B 0 35 BF 27 22
Octal 65 154 171 70 13 0 65 277 47 42
Binary 110101 1101100 1111001 111000 1011 0 110101 10111111 100111 100010

Color Harmonies of #356C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C79

Black with #356C79

Text Example


Text Example

White with #356C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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