Html Css Color HEX #386C6F Ming

📋 copy color: '#386C6F'

red 56 ◦ green 108 ◦ blue 111

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

Shades of Ming #386C6F

Tints of Ming #386C6F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.27%

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 20.36%
G = 39.27%
B = 40.36%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#386C6F (or 0x386C6F) is known color: Ming. HEX triplet: 38, 6C and 6F. RGB value is (56,108,111). Sum of RGB (Red+Green+Blue) = 56+108+111=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #386C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C6F is #C79390. Grayscale: #5C5C5C. Windows color (decimal): -13079441 or 7302200. OLE color: 7302200.

HSL color Cylindrical-coordinate representation of color #386C6F: hue angle of 183.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386C6F is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 108 111 -
CMYK 0.50 0.03 0 0.56
HSL 183.27º 0.33% 0.33% -
HSV(B) 183.27º 0.5% 0.44% -
XYZ 9.86 12.71 16.97 -
YUV 92.79 138.27 101.76 -
System Red Green Blue C M Y K H S L
Decimal 56 108 111 0.50 0.03 0 0.56 183.27 0.33 0.33
Hex 38 6C 6F 32 3 0 38 B7 21 21
Octal 70 154 157 62 3 0 70 267 41 41
Binary 111000 1101100 1101111 110010 11 0 111000 10110111 100001 100001

Color Harmonies of #386C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C6F

Black with #386C6F

Text Example


Text Example

White with #386C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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