Html Css Color HEX #386C6E Ming

📋 copy color: '#386C6E'

red 56 ◦ green 108 ◦ blue 110

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

Shades of Ming #386C6E

Tints of Ming #386C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.15%

R = 20.44%
G = 39.42%
B = 40.15%

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

#386C6E (or 0x386C6E) is known color: Ming. HEX triplet: 38, 6C and 6E. RGB value is (56,108,110). Sum of RGB (Red+Green+Blue) = 56+108+110=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #386C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C6E is #C79391. Grayscale: #5C5C5C. Windows color (decimal): -13079442 or 7236664. OLE color: 7236664.

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

Color convert

RGB 56 108 110 -
CMYK 0.49 0.02 0 0.57
HSL 182.22º 0.33% 0.33% -
HSV(B) 182.22º 0.49% 0.43% -
XYZ 9.81 12.69 16.68 -
YUV 92.68 137.77 101.84 -
System Red Green Blue C M Y K H S L
Decimal 56 108 110 0.49 0.02 0 0.57 182.22 0.33 0.33
Hex 38 6C 6E 31 2 0 39 B6 21 21
Octal 70 154 156 61 2 0 71 266 41 41
Binary 111000 1101100 1101110 110001 10 0 111001 10110110 100001 100001

Color Harmonies of #386C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C6E

Black with #386C6E

Text Example


Text Example

White with #386C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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