#357278

Color #357278 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #357278

Tints of Ming #357278

Color information

#357278 (or 0x357278) is unknown color: approx Ming. HEX triplet: 35, 72 and 78. RGB value is (53,114,120). Sum of RGB (Red+Green+Blue) = 53+114+120=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #357278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357278 is #CA8D87. Grayscale: #606060. Windows color (decimal): -13274504 or 7893557. OLE color: 7893557.

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

Color convert

RGB53114120-
CMYK0.560.0500.53
HSL185.37º38.73%33.92%-
HSV(B)185.37º55.83%47.06%-
XYZ10.8814.1519.93-
YUV96.44141.2997.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=18.47%
G=39.72%
B=41.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531141200.560.0500.53185.3738.7333.92
Hex357278385035b92722
Octal651621707050652714742
Binary11010111100101111000111000101011010110111001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357278; }

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

 H1.HeaderClassName
 {
   color: #357278;
 }
 .AnyTagClassName
 {
   color: #357278;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #357278;
 }
 .BgClassName
 {
   background-color: #357278;
 }
</style>
border-color css

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

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

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