Html Css Color HEX #387478 Ming

📋 copy color: '#387478'

red 56 ◦ green 116 ◦ blue 120

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

Shades of Ming #387478

Tints of Ming #387478

RGB

 RED value IS 56 (22.27% from 255) = 19.18%

 GREEN value IS 116 (45.7% from 255) = 39.73%

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

R = 19.18%
G = 39.73%
B = 41.1%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#387478 (or 0x387478) is known color: Ming. HEX triplet: 38, 74 and 78. RGB value is (56,116,120). Sum of RGB (Red+Green+Blue) = 56+116+120=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #387478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387478 is #C78B87. Grayscale: #626262. Windows color (decimal): -13077384 or 7894072. OLE color: 7894072.

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

Color convert

RGB 56 116 120 -
CMYK 0.53 0.03 0 0.53
HSL 183.75º 0.36% 0.35% -
HSV(B) 183.75º 0.53% 0.47% -
XYZ 11.27 14.69 20.01 -
YUV 98.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 56 116 120 0.53 0.03 0 0.53 183.75 0.36 0.35
Hex 38 74 78 35 3 0 35 B8 24 23
Octal 70 164 170 65 3 0 65 270 44 43
Binary 111000 1110100 1111000 110101 11 0 110101 10111000 100100 100011

Color Harmonies of #387478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387478

Black with #387478

Text Example


Text Example

White with #387478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387478; }

 p { color: rgb(56,116,120); }

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

background-color css

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

 a { background-color: rgb(56,116,120); }

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

border-color css

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

 span { border-color: rgb(56,116,120); }

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