Html Css Color HEX #357074 Ming

📋 copy color: '#357074'

red 53 ◦ green 112 ◦ blue 116

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

Shades of Ming #357074

Tints of Ming #357074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 18.86%
G = 39.86%
B = 41.28%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#357074 (or 0x357074) is known color: Ming. HEX triplet: 35, 70 and 74. RGB value is (53,112,116). Sum of RGB (Red+Green+Blue) = 53+112+116=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #357074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357074 is #CA8F8B. Grayscale: #5E5E5E. Windows color (decimal): -13275020 or 7630901. OLE color: 7630901.

HSL color Cylindrical-coordinate representation of color #357074: hue angle of 183.81º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357074 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 112 116 -
CMYK 0.54 0.03 0 0.55
HSL 183.81º 0.37% 0.33% -
HSV(B) 183.81º 0.54% 0.45% -
XYZ 10.41 13.61 18.6 -
YUV 94.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 53 112 116 0.54 0.03 0 0.55 183.81 0.37 0.33
Hex 35 70 74 36 3 0 37 B8 25 21
Octal 65 160 164 66 3 0 67 270 45 41
Binary 110101 1110000 1110100 110110 11 0 110111 10111000 100101 100001

Color Harmonies of #357074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357074

Black with #357074

Text Example


Text Example

White with #357074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357074; }

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

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

background-color css

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

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

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

border-color css

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

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

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