#35707C

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

Shades of Ming #35707C

Tints of Ming #35707C

Color information

#35707C (or 0x35707C) is unknown color: approx Ming. HEX triplet: 35, 70 and 7C. RGB value is (53,112,124). Sum of RGB (Red+Green+Blue) = 53+112+124=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #35707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35707C is #CA8F83. Grayscale: #5F5F5F. Windows color (decimal): -13275012 or 8155189. OLE color: 8155189.

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

Color convert

RGB53112124-
CMYK0.570.1000.51
HSL190.14º40.11%34.71%-
HSV(B)190.14º57.26%48.63%-
XYZ10.913.821.16-
YUV95.73143.9597.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=18.34%
G=38.75%
B=42.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531121240.570.1000.51190.1440.1134.71
Hex35707C39A033be2823
Octal6516017471120632765043
Binary110101111000011111001110011010011001110111110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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