#35757B

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

Shades of Ming #35757B

Tints of Ming #35757B

Color information

#35757B (or 0x35757B) is unknown color: approx Ming. HEX triplet: 35, 75 and 7B. RGB value is (53,117,123). Sum of RGB (Red+Green+Blue) = 53+117+123=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #35757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35757B is #CA8A84. Grayscale: #626262. Windows color (decimal): -13273733 or 8090933. OLE color: 8090933.

HSL color Cylindrical-coordinate representation of color #35757B: hue angle of 185.14º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35757B is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB53117123-
CMYK0.570.0500.52
HSL185.14º39.77%34.51%-
HSV(B)185.14º56.91%48.24%-
XYZ11.414.9121.02-
YUV98.55141.895.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 123 (48.44% from 255) = 41.98%
R=18.09%
G=39.93%
B=41.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531171230.570.0500.52185.1439.7734.51
Hex35757B395034b92823
Octal651651737150642715043
Binary11010111101011111011111001101011010010111001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35757B; }

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

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

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

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

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

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

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

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