Html Css Color HEX #386B6E Ming

📋 copy color: '#386B6E'

red 56 ◦ green 107 ◦ blue 110

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

Shades of Ming #386B6E

Tints of Ming #386B6E

RGB

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

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

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

R = 20.51%
G = 39.19%
B = 40.29%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#386B6E (or 0x386B6E) is known color: Ming. HEX triplet: 38, 6B and 6E. RGB value is (56,107,110). Sum of RGB (Red+Green+Blue) = 56+107+110=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 110 - color contains mainly: blue. Hex color #386B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B6E is #C79491. Grayscale: #5C5C5C. Windows color (decimal): -13079698 or 7236408. OLE color: 7236408.

HSL color Cylindrical-coordinate representation of color #386B6E: hue angle of 183.33º 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 #386B6E is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 107 110 -
CMYK 0.49 0.03 0 0.57
HSL 183.33º 0.33% 0.33% -
HSV(B) 183.33º 0.49% 0.43% -
XYZ 9.7 12.48 16.65 -
YUV 92.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 56 107 110 0.49 0.03 0 0.57 183.33 0.33 0.33
Hex 38 6B 6E 31 3 0 39 B7 21 21
Octal 70 153 156 61 3 0 71 267 41 41
Binary 111000 1101011 1101110 110001 11 0 111001 10110111 100001 100001

Color Harmonies of #386B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B6E

Black with #386B6E

Text Example


Text Example

White with #386B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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