Html Css Color HEX #386B6A Ming

📋 copy color: '#386B6A'

red 56 ◦ green 107 ◦ blue 106

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

Shades of Ming #386B6A

Tints of Ming #386B6A

RGB

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

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

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

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

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

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

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

Color convert

RGB 56 107 106 -
CMYK 0.48 0 0.01 0.58
HSL 178.82º 0.31% 0.32% -
HSV(B) 178.82º 0.48% 0.42% -
XYZ 9.49 12.4 15.53 -
YUV 91.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 56 107 106 0.48 0 0.01 0.58 178.82 0.31 0.32
Hex 38 6B 6A 30 0 1 3A B3 1F 20
Octal 70 153 152 60 0 1 72 263 37 40
Binary 111000 1101011 1101010 110000 0 1 111010 10110011 11111 100000

Color Harmonies of #386B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B6A

Black with #386B6A

Text Example


Text Example

White with #386B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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