#35717B

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

Shades of Ming #35717B

Tints of Ming #35717B

Color information

#35717B (or 0x35717B) is unknown color: approx Ming. HEX triplet: 35, 71 and 7B. RGB value is (53,113,123). Sum of RGB (Red+Green+Blue) = 53+113+123=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 123 - color contains mainly: blue. Hex color #35717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35717B is #CA8E84. Grayscale: #606060. Windows color (decimal): -13274757 or 8089909. OLE color: 8089909.

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

Color convert

RGB53113123-
CMYK0.570.0800.52
HSL188.57º39.77%34.51%-
HSV(B)188.57º56.91%48.24%-
XYZ10.951420.86-
YUV96.2143.1297.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=18.34%
G=39.10%
B=42.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531131230.570.0800.52188.5739.7734.51
Hex35717B398034bd2823
Octal6516117371100642755043
Binary110101111000111110111110011000011010010111101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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