Html Css Color HEX #35727E Ming

📋 copy color: '#35727E'

red 53 ◦ green 114 ◦ blue 126

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

Shades of Ming #35727E

Tints of Ming #35727E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.91%

 BLUE value IS 126 (49.61% from 255) = 43%

R = 18.09%
G = 38.91%
B = 43%

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

#35727E (or 0x35727E) is known color: Ming. HEX triplet: 35, 72 and 7E. RGB value is (53,114,126). Sum of RGB (Red+Green+Blue) = 53+114+126=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #35727E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35727E is #CA8D81. Grayscale: #616161. Windows color (decimal): -13274498 or 8286773. OLE color: 8286773.

HSL color Cylindrical-coordinate representation of color #35727E: hue angle of 189.86º degrees, saturation: 0.41, 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 #35727E is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 114 126 -
CMYK 0.58 0.10 0 0.51
HSL 189.86º 0.41% 0.35% -
HSV(B) 189.86º 0.58% 0.49% -
XYZ 11.25 14.3 21.91 -
YUV 97.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 53 114 126 0.58 0.10 0 0.51 189.86 0.41 0.35
Hex 35 72 7E 3A A 0 33 BE 29 23
Octal 65 162 176 72 12 0 63 276 51 43
Binary 110101 1110010 1111110 111010 1010 0 110011 10111110 101001 100011

Color Harmonies of #35727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35727E

Black with #35727E

Text Example


Text Example

White with #35727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35727E;
 }
 .AnyTagClassName
 {
   color: #35727E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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