Html Css Color HEX #357070 Ming

📋 copy color: '#357070'

red 53 ◦ green 112 ◦ blue 112

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

Shades of Ming #357070

Tints of Ming #357070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.43%

R = 19.13%
G = 40.43%
B = 40.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#357070 (or 0x357070) is known color: Ming. HEX triplet: 35, 70 and 70. RGB value is (53,112,112). Sum of RGB (Red+Green+Blue) = 53+112+112=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #357070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357070 is #CA8F8F. Grayscale: #5E5E5E. Windows color (decimal): -13275024 or 7368757. OLE color: 7368757.

HSL color Cylindrical-coordinate representation of color #357070: hue angle of 180º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357070 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 112 -
CMYK 0.53 0 0 0.56
HSL 180º 0.36% 0.32% -
HSV(B) 180º 0.53% 0.44% -
XYZ 10.19 13.52 17.4 -
YUV 94.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 53 112 112 0.53 0 0 0.56 180 0.36 0.32
Hex 35 70 70 35 0 0 38 B4 24 20
Octal 65 160 160 65 0 0 70 264 44 40
Binary 110101 1110000 1110000 110101 0 0 111000 10110100 100100 100000

Color Harmonies of #357070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357070

Black with #357070

Text Example


Text Example

White with #357070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357070; }

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

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

background-color css

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

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

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

border-color css

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

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

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