Html Css Color HEX #397981 Ming

📋 copy color: '#397981'

red 57 ◦ green 121 ◦ blue 129

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

Shades of Ming #397981

Tints of Ming #397981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

 BLUE value IS 129 (50.78% from 255) = 42.02%

R = 18.57%
G = 39.41%
B = 42.02%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#397981 (or 0x397981) is known color: Ming. HEX triplet: 39, 79 and 81. RGB value is (57,121,129). Sum of RGB (Red+Green+Blue) = 57+121+129=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #397981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397981 is #C6867E. Grayscale: #666666. Windows color (decimal): -13010559 or 8485177. OLE color: 8485177.

HSL color Cylindrical-coordinate representation of color #397981: hue angle of 186.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #397981 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 121 129 -
CMYK 0.56 0.06 0 0.49
HSL 186.67º 0.39% 0.36% -
HSV(B) 186.67º 0.56% 0.51% -
XYZ 12.49 16.13 23.22 -
YUV 102.78 142.8 95.35 -
System Red Green Blue C M Y K H S L
Decimal 57 121 129 0.56 0.06 0 0.49 186.67 0.39 0.36
Hex 39 79 81 38 6 0 31 BB 27 24
Octal 71 171 201 70 6 0 61 273 47 44
Binary 111001 1111001 10000001 111000 110 0 110001 10111011 100111 100100

Color Harmonies of #397981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397981

Black with #397981

Text Example


Text Example

White with #397981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397981; }

 p { color: rgb(57,121,129); }

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

background-color css

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

 a { background-color: rgb(57,121,129); }

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

border-color css

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

 span { border-color: rgb(57,121,129); }

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