Html Css Color HEX #386B6C Ming

📋 copy color: '#386B6C'

red 56 ◦ green 107 ◦ blue 108

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

Shades of Ming #386B6C

Tints of Ming #386B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.85%

R = 20.66%
G = 39.48%
B = 39.85%

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

#386B6C (or 0x386B6C) is known color: Ming. HEX triplet: 38, 6B and 6C. RGB value is (56,107,108). Sum of RGB (Red+Green+Blue) = 56+107+108=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #386B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B6C is #C79493. Grayscale: #5B5B5B. Windows color (decimal): -13079700 or 7105336. OLE color: 7105336.

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

Color convert

RGB 56 107 108 -
CMYK 0.48 0.01 0 0.58
HSL 181.15º 0.32% 0.32% -
HSV(B) 181.15º 0.48% 0.42% -
XYZ 9.6 12.44 16.08 -
YUV 91.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 56 107 108 0.48 0.01 0 0.58 181.15 0.32 0.32
Hex 38 6B 6C 30 1 0 3A B5 20 20
Octal 70 153 154 60 1 0 72 265 40 40
Binary 111000 1101011 1101100 110000 1 0 111010 10110101 100000 100000

Color Harmonies of #386B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B6C

Black with #386B6C

Text Example


Text Example

White with #386B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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