Html Css Color HEX #356B77 Ming

📋 copy color: '#356B77'

red 53 ◦ green 107 ◦ blue 119

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

Shades of Ming #356B77

Tints of Ming #356B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.65%

R = 19%
G = 38.35%
B = 42.65%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356B77 (or 0x356B77) is known color: Ming. HEX triplet: 35, 6B and 77. RGB value is (53,107,119). Sum of RGB (Red+Green+Blue) = 53+107+119=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #356B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B77 is #CA9488. Grayscale: #5C5C5C. Windows color (decimal): -13276297 or 7826229. OLE color: 7826229.

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

Color convert

RGB 53 107 119 -
CMYK 0.55 0.10 0 0.53
HSL 190.91º 0.38% 0.34% -
HSV(B) 190.91º 0.55% 0.47% -
XYZ 10.06 12.6 19.36 -
YUV 92.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 53 107 119 0.55 0.10 0 0.53 190.91 0.38 0.34
Hex 35 6B 77 37 A 0 35 BF 26 22
Octal 65 153 167 67 12 0 65 277 46 42
Binary 110101 1101011 1110111 110111 1010 0 110101 10111111 100110 100010

Color Harmonies of #356B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B77

Black with #356B77

Text Example


Text Example

White with #356B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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