Html Css Color HEX #386F7A Ming

📋 copy color: '#386F7A'

red 56 ◦ green 111 ◦ blue 122

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

Shades of Ming #386F7A

Tints of Ming #386F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.21%

R = 19.38%
G = 38.41%
B = 42.21%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#386F7A (or 0x386F7A) is known color: Ming. HEX triplet: 38, 6F and 7A. RGB value is (56,111,122). Sum of RGB (Red+Green+Blue) = 56+111+122=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #386F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F7A is #C79085. Grayscale: #5F5F5F. Windows color (decimal): -13078662 or 8023864. OLE color: 8023864.

HSL color Cylindrical-coordinate representation of color #386F7A: hue angle of 190º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #386F7A is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 111 122 -
CMYK 0.54 0.09 0 0.52
HSL 190º 0.37% 0.35% -
HSV(B) 190º 0.54% 0.48% -
XYZ 10.83 13.61 20.47 -
YUV 95.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 56 111 122 0.54 0.09 0 0.52 190 0.37 0.35
Hex 38 6F 7A 36 9 0 34 BE 25 23
Octal 70 157 172 66 11 0 64 276 45 43
Binary 111000 1101111 1111010 110110 1001 0 110100 10111110 100101 100011

Color Harmonies of #386F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F7A

Black with #386F7A

Text Example


Text Example

White with #386F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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