#35747C

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

Shades of Ming #35747C

Tints of Ming #35747C

Color information

#35747C (or 0x35747C) is unknown color: approx Ming. HEX triplet: 35, 74 and 7C. RGB value is (53,116,124). Sum of RGB (Red+Green+Blue) = 53+116+124=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #35747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35747C is #CA8B83. Grayscale: #616161. Windows color (decimal): -13273988 or 8156213. OLE color: 8156213.

HSL color Cylindrical-coordinate representation of color #35747C: hue angle of 186.76º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35747C is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB53116124-
CMYK0.570.0600.51
HSL186.76º40.11%34.71%-
HSV(B)186.76º57.26%48.63%-
XYZ11.3514.721.31-
YUV98.07142.6395.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=18.09%
G=39.59%
B=42.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531161240.570.0600.51186.7640.1134.71
Hex35747C396033bb2823
Octal651641747160632735043
Binary11010111101001111100111001110011001110111011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35747C; }

 p { color: rgb(53,116,124); }

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

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

 a { background-color: rgb(53,116,124); }

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

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

 span { border-color: rgb(53,116,124); }

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