Html Css Color HEX #386B6B Ming

📋 copy color: '#386B6B'

red 56 ◦ green 107 ◦ blue 107

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

Shades of Ming #386B6B

Tints of Ming #386B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.63%

 BLUE value IS 107 (42.19% from 255) = 39.63%

R = 20.74%
G = 39.63%
B = 39.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#386B6B (or 0x386B6B) is known color: Ming. HEX triplet: 38, 6B and 6B. RGB value is (56,107,107). Sum of RGB (Red+Green+Blue) = 56+107+107=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #386B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B6B is #C79494. Grayscale: #5B5B5B. Windows color (decimal): -13079701 or 7039800. OLE color: 7039800.

HSL color Cylindrical-coordinate representation of color #386B6B: hue angle of 180º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386B6B is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 107 107 -
CMYK 0.48 0 0 0.58
HSL 180º 0.31% 0.32% -
HSV(B) 180º 0.48% 0.42% -
XYZ 9.54 12.42 15.8 -
YUV 91.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 56 107 107 0.48 0 0 0.58 180 0.31 0.32
Hex 38 6B 6B 30 0 0 3A B4 1F 20
Octal 70 153 153 60 0 0 72 264 37 40
Binary 111000 1101011 1101011 110000 0 0 111010 10110100 11111 100000

Color Harmonies of #386B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B6B

Black with #386B6B

Text Example


Text Example

White with #386B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,107,107); }

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

background-color css

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

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

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

border-color css

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

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

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