Html Css Color HEX #356B78 Ming

📋 copy color: '#356B78'

red 53 ◦ green 107 ◦ blue 120

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

Shades of Ming #356B78

Tints of Ming #356B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 18.93%
G = 38.21%
B = 42.86%

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

#356B78 (or 0x356B78) is known color: Ming. HEX triplet: 35, 6B and 78. RGB value is (53,107,120). Sum of RGB (Red+Green+Blue) = 53+107+120=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #356B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B78 is #CA9487. Grayscale: #5C5C5C. Windows color (decimal): -13276296 or 7891765. OLE color: 7891765.

HSL color Cylindrical-coordinate representation of color #356B78: hue angle of 191.64º 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 #356B78 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 107 120 -
CMYK 0.56 0.11 0 0.53
HSL 191.64º 0.39% 0.34% -
HSV(B) 191.64º 0.56% 0.47% -
XYZ 10.12 12.63 19.67 -
YUV 92.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 53 107 120 0.56 0.11 0 0.53 191.64 0.39 0.34
Hex 35 6B 78 38 B 0 35 C0 27 22
Octal 65 153 170 70 13 0 65 300 47 42
Binary 110101 1101011 1111000 111000 1011 0 110101 11000000 100111 100010

Color Harmonies of #356B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B78

Black with #356B78

Text Example


Text Example

White with #356B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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