Html Css Color HEX #386E78 Ming

📋 copy color: '#386E78'

red 56 ◦ green 110 ◦ blue 120

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

Shades of Ming #386E78

Tints of Ming #386E78

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.46%

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

R = 19.58%
G = 38.46%
B = 41.96%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#386E78 (or 0x386E78) is known color: Ming. HEX triplet: 38, 6E and 78. RGB value is (56,110,120). Sum of RGB (Red+Green+Blue) = 56+110+120=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #386E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E78 is #C79187. Grayscale: #5E5E5E. Windows color (decimal): -13078920 or 7892536. OLE color: 7892536.

HSL color Cylindrical-coordinate representation of color #386E78: hue angle of 189.38º 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 #386E78 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 110 120 -
CMYK 0.53 0.08 0 0.53
HSL 189.38º 0.36% 0.35% -
HSV(B) 189.38º 0.53% 0.47% -
XYZ 10.6 13.35 19.79 -
YUV 94.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 56 110 120 0.53 0.08 0 0.53 189.38 0.36 0.35
Hex 38 6E 78 35 8 0 35 BD 24 23
Octal 70 156 170 65 10 0 65 275 44 43
Binary 111000 1101110 1111000 110101 1000 0 110101 10111101 100100 100011

Color Harmonies of #386E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386E78

Black with #386E78

Text Example


Text Example

White with #386E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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