Html Css Color HEX #397278 Ming

📋 copy color: '#397278'

red 57 ◦ green 114 ◦ blue 120

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

Shades of Ming #397278

Tints of Ming #397278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.24%

R = 19.59%
G = 39.18%
B = 41.24%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#397278 (or 0x397278) is known color: Ming. HEX triplet: 39, 72 and 78. RGB value is (57,114,120). Sum of RGB (Red+Green+Blue) = 57+114+120=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: blue. Hex color #397278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397278 is #C68D87. Grayscale: #616161. Windows color (decimal): -13012360 or 7893561. OLE color: 7893561.

HSL color Cylindrical-coordinate representation of color #397278: hue angle of 185.71º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397278 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 114 120 -
CMYK 0.52 0.05 0 0.53
HSL 185.71º 0.36% 0.35% -
HSV(B) 185.71º 0.53% 0.47% -
XYZ 11.09 14.26 19.94 -
YUV 97.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 57 114 120 0.52 0.05 0 0.53 185.71 0.36 0.35
Hex 39 72 78 34 5 0 35 BA 24 23
Octal 71 162 170 64 5 0 65 272 44 43
Binary 111001 1110010 1111000 110100 101 0 110101 10111010 100100 100011

Color Harmonies of #397278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397278

Black with #397278

Text Example


Text Example

White with #397278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397278; }

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

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

background-color css

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

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

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

border-color css

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

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

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