Html Css Color HEX #397274 Ming

📋 copy color: '#397274'

red 57 ◦ green 114 ◦ blue 116

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

Shades of Ming #397274

Tints of Ming #397274

RGB

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

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

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

R = 19.86%
G = 39.72%
B = 40.42%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#397274 (or 0x397274) is known color: Ming. HEX triplet: 39, 72 and 74. RGB value is (57,114,116). Sum of RGB (Red+Green+Blue) = 57+114+116=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #397274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397274 is #C68D8B. Grayscale: #616161. Windows color (decimal): -13012364 or 7631417. OLE color: 7631417.

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

Color convert

RGB 57 114 116 -
CMYK 0.51 0.02 0 0.55
HSL 182.03º 0.34% 0.34% -
HSV(B) 182.03º 0.51% 0.45% -
XYZ 10.86 14.17 18.68 -
YUV 97.19 138.62 99.34 -
System Red Green Blue C M Y K H S L
Decimal 57 114 116 0.51 0.02 0 0.55 182.03 0.34 0.34
Hex 39 72 74 33 2 0 37 B6 22 22
Octal 71 162 164 63 2 0 67 266 42 42
Binary 111001 1110010 1110100 110011 10 0 110111 10110110 100010 100010

Color Harmonies of #397274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397274

Black with #397274

Text Example


Text Example

White with #397274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397274; }

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

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

background-color css

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

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

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

border-color css

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

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

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