Html Css Color HEX #386F74 Ming

📋 copy color: '#386F74'

red 56 ◦ green 111 ◦ blue 116

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

Shades of Ming #386F74

Tints of Ming #386F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.22%

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 19.79%
G = 39.22%
B = 40.99%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386F74 (or 0x386F74) is known color: Ming. HEX triplet: 38, 6F and 74. RGB value is (56,111,116). Sum of RGB (Red+Green+Blue) = 56+111+116=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #386F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F74 is #C7908B. Grayscale: #5F5F5F. Windows color (decimal): -13078668 or 7630648. OLE color: 7630648.

HSL color Cylindrical-coordinate representation of color #386F74: hue angle of 185º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #386F74 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 111 116 -
CMYK 0.52 0.04 0 0.55
HSL 185º 0.35% 0.34% -
HSV(B) 185º 0.52% 0.45% -
XYZ 10.47 13.47 18.57 -
YUV 95.13 139.78 100.09 -
System Red Green Blue C M Y K H S L
Decimal 56 111 116 0.52 0.04 0 0.55 185 0.35 0.34
Hex 38 6F 74 34 4 0 37 B9 23 22
Octal 70 157 164 64 4 0 67 271 43 42
Binary 111000 1101111 1110100 110100 100 0 110111 10111001 100011 100010

Color Harmonies of #386F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F74

Black with #386F74

Text Example


Text Example

White with #386F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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