Html Css Color HEX #386A6B Ming

📋 copy color: '#386A6B'

red 56 ◦ green 106 ◦ blue 107

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

Shades of Ming #386A6B

Tints of Ming #386A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.41%

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

R = 20.82%
G = 39.41%
B = 39.78%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#386A6B (or 0x386A6B) is known color: Ming. HEX triplet: 38, 6A and 6B. RGB value is (56,106,107). Sum of RGB (Red+Green+Blue) = 56+106+107=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #386A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A6B is #C79594. Grayscale: #5B5B5B. Windows color (decimal): -13079957 or 7039544. OLE color: 7039544.

HSL color Cylindrical-coordinate representation of color #386A6B: hue angle of 181.18º 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 #386A6B is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 106 107 -
CMYK 0.48 0.01 0 0.58
HSL 181.18º 0.31% 0.32% -
HSV(B) 181.18º 0.48% 0.42% -
XYZ 9.44 12.21 15.77 -
YUV 91.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 56 106 107 0.48 0.01 0 0.58 181.18 0.31 0.32
Hex 38 6A 6B 30 1 0 3A B5 1F 20
Octal 70 152 153 60 1 0 72 265 37 40
Binary 111000 1101010 1101011 110000 1 0 111010 10110101 11111 100000

Color Harmonies of #386A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A6B

Black with #386A6B

Text Example


Text Example

White with #386A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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