Html Css Color HEX #397271 Ming

📋 copy color: '#397271'

red 57 ◦ green 114 ◦ blue 113

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

Shades of Ming #397271

Tints of Ming #397271

RGB

 RED value IS 57 (22.66% from 255) = 20.07%

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

 BLUE value IS 113 (44.53% from 255) = 39.79%

R = 20.07%
G = 40.14%
B = 39.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#397271 (or 0x397271) is known color: Ming. HEX triplet: 39, 72 and 71. RGB value is (57,114,113). Sum of RGB (Red+Green+Blue) = 57+114+113=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #397271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397271 is #C68D8E. Grayscale: #606060. Windows color (decimal): -13012367 or 7434809. OLE color: 7434809.

HSL color Cylindrical-coordinate representation of color #397271: hue angle of 178.95º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397271 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 114 113 -
CMYK 0.50 0 0.01 0.55
HSL 178.95º 0.33% 0.34% -
HSV(B) 178.95º 0.5% 0.45% -
XYZ 10.69 14.1 17.78 -
YUV 96.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 57 114 113 0.50 0 0.01 0.55 178.95 0.33 0.34
Hex 39 72 71 32 0 1 37 B3 21 22
Octal 71 162 161 62 0 1 67 263 41 42
Binary 111001 1110010 1110001 110010 0 1 110111 10110011 100001 100010

Color Harmonies of #397271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397271

Black with #397271

Text Example


Text Example

White with #397271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397271; }

 p { color: rgb(57,114,113); }

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

background-color css

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

 a { background-color: rgb(57,114,113); }

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

border-color css

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

 span { border-color: rgb(57,114,113); }

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