Html Css Color HEX #35717D Ming

📋 copy color: '#35717D'

red 53 ◦ green 113 ◦ blue 125

#35717D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #35717D

Tints of Ming #35717D

RGB

 RED value IS 53 (21.09% from 255) = 18.21%

 GREEN value IS 113 (44.53% from 255) = 38.83%

 BLUE value IS 125 (49.22% from 255) = 42.96%

R = 18.21%
G = 38.83%
B = 42.96%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35717D (or 0x35717D) is known color: Ming. HEX triplet: 35, 71 and 7D. RGB value is (53,113,125). Sum of RGB (Red+Green+Blue) = 53+113+125=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #35717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35717D is #CA8E82. Grayscale: #606060. Windows color (decimal): -13274755 or 8220981. OLE color: 8220981.

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

Color convert

RGB 53 113 125 -
CMYK 0.58 0.10 0 0.51
HSL 190º 0.4% 0.35% -
HSV(B) 190º 0.58% 0.49% -
XYZ 11.08 14.05 21.53 -
YUV 96.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 53 113 125 0.58 0.10 0 0.51 190 0.4 0.35
Hex 35 71 7D 3A A 0 33 BE 28 23
Octal 65 161 175 72 12 0 63 276 50 43
Binary 110101 1110001 1111101 111010 1010 0 110011 10111110 101000 100011

Color Harmonies of #35717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35717D

Black with #35717D

Text Example


Text Example

White with #35717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35717D;
 }
 .AnyTagClassName
 {
   color: #35717D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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