#35727C

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

Shades of Ming #35727C

Tints of Ming #35727C

Color information

#35727C (or 0x35727C) is unknown color: approx Ming. HEX triplet: 35, 72 and 7C. RGB value is (53,114,124). Sum of RGB (Red+Green+Blue) = 53+114+124=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #35727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35727C is #CA8D83. Grayscale: #606060. Windows color (decimal): -13274500 or 8155701. OLE color: 8155701.

HSL color Cylindrical-coordinate representation of color #35727C: hue angle of 188.45º 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 #35727C is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB53114124-
CMYK0.570.0800.51
HSL188.45º40.11%34.71%-
HSV(B)188.45º57.26%48.63%-
XYZ11.1214.2521.23-
YUV96.9143.2996.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=18.21%
G=39.18%
B=42.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531141240.570.0800.51188.4540.1134.71
Hex35727C398033bc2823
Octal6516217471100632745043
Binary110101111001011111001110011000011001110111100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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