Html Css Color HEX #397275 Ming

📋 copy color: '#397275'

red 57 ◦ green 114 ◦ blue 117

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

Shades of Ming #397275

Tints of Ming #397275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.63%

R = 19.79%
G = 39.58%
B = 40.63%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#397275 (or 0x397275) is known color: Ming. HEX triplet: 39, 72 and 75. RGB value is (57,114,117). Sum of RGB (Red+Green+Blue) = 57+114+117=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #397275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397275 is #C68D8A. Grayscale: #616161. Windows color (decimal): -13012363 or 7696953. OLE color: 7696953.

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

Color convert

RGB 57 114 117 -
CMYK 0.51 0.03 0 0.54
HSL 183º 0.34% 0.34% -
HSV(B) 183º 0.51% 0.46% -
XYZ 10.92 14.19 18.99 -
YUV 97.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 57 114 117 0.51 0.03 0 0.54 183 0.34 0.34
Hex 39 72 75 33 3 0 36 B7 22 22
Octal 71 162 165 63 3 0 66 267 42 42
Binary 111001 1110010 1110101 110011 11 0 110110 10110111 100010 100010

Color Harmonies of #397275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397275

Black with #397275

Text Example


Text Example

White with #397275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397275; }

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

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

background-color css

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

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

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

border-color css

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

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

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