Html Css Color HEX #386B6D Ming

📋 copy color: '#386B6D'

red 56 ◦ green 107 ◦ blue 109

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

Shades of Ming #386B6D

Tints of Ming #386B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.07%

R = 20.59%
G = 39.34%
B = 40.07%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#386B6D (or 0x386B6D) is known color: Ming. HEX triplet: 38, 6B and 6D. RGB value is (56,107,109). Sum of RGB (Red+Green+Blue) = 56+107+109=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 109 - color contains mainly: blue. Hex color #386B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B6D is #C79492. Grayscale: #5B5B5B. Windows color (decimal): -13079699 or 7170872. OLE color: 7170872.

HSL color Cylindrical-coordinate representation of color #386B6D: hue angle of 182.26º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386B6D is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 107 109 -
CMYK 0.49 0.02 0 0.57
HSL 182.26º 0.32% 0.32% -
HSV(B) 182.26º 0.49% 0.43% -
XYZ 9.65 12.46 16.36 -
YUV 91.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 56 107 109 0.49 0.02 0 0.57 182.26 0.32 0.32
Hex 38 6B 6D 31 2 0 39 B6 20 20
Octal 70 153 155 61 2 0 71 266 40 40
Binary 111000 1101011 1101101 110001 10 0 111001 10110110 100000 100000

Color Harmonies of #386B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B6D

Black with #386B6D

Text Example


Text Example

White with #386B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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