Html Css Color HEX #357076 Ming

📋 copy color: '#357076'

red 53 ◦ green 112 ◦ blue 118

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

Shades of Ming #357076

Tints of Ming #357076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.58%

 BLUE value IS 118 (46.48% from 255) = 41.7%

R = 18.73%
G = 39.58%
B = 41.7%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#357076 (or 0x357076) is known color: Ming. HEX triplet: 35, 70 and 76. RGB value is (53,112,118). Sum of RGB (Red+Green+Blue) = 53+112+118=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #357076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357076 is #CA8F89. Grayscale: #5E5E5E. Windows color (decimal): -13275018 or 7761973. OLE color: 7761973.

HSL color Cylindrical-coordinate representation of color #357076: hue angle of 185.54º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357076 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 112 118 -
CMYK 0.55 0.05 0 0.54
HSL 185.54º 0.38% 0.34% -
HSV(B) 185.54º 0.55% 0.46% -
XYZ 10.53 13.65 19.22 -
YUV 95.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 53 112 118 0.55 0.05 0 0.54 185.54 0.38 0.34
Hex 35 70 76 37 5 0 36 BA 26 22
Octal 65 160 166 67 5 0 66 272 46 42
Binary 110101 1110000 1110110 110111 101 0 110110 10111010 100110 100010

Color Harmonies of #357076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357076

Black with #357076

Text Example


Text Example

White with #357076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357076; }

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

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

background-color css

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

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

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

border-color css

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

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

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