Html Css Color HEX #386A72 Ming

📋 copy color: '#386A72'

red 56 ◦ green 106 ◦ blue 114

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

Shades of Ming #386A72

Tints of Ming #386A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.41%

 BLUE value IS 114 (44.92% from 255) = 41.3%

R = 20.29%
G = 38.41%
B = 41.3%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386A72 (or 0x386A72) is known color: Ming. HEX triplet: 38, 6A and 72. RGB value is (56,106,114). Sum of RGB (Red+Green+Blue) = 56+106+114=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #386A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A72 is #C7958D. Grayscale: #5B5B5B. Windows color (decimal): -13079950 or 7498296. OLE color: 7498296.

HSL color Cylindrical-coordinate representation of color #386A72: hue angle of 188.28º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #386A72 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 106 114 -
CMYK 0.51 0.07 0 0.55
HSL 188.28º 0.34% 0.33% -
HSV(B) 188.28º 0.51% 0.45% -
XYZ 9.82 12.36 17.79 -
YUV 91.96 140.44 102.35 -
System Red Green Blue C M Y K H S L
Decimal 56 106 114 0.51 0.07 0 0.55 188.28 0.34 0.33
Hex 38 6A 72 33 7 0 37 BC 22 21
Octal 70 152 162 63 7 0 67 274 42 41
Binary 111000 1101010 1110010 110011 111 0 110111 10111100 100010 100001

Color Harmonies of #386A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A72

Black with #386A72

Text Example


Text Example

White with #386A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,106,114); }

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

background-color css

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

 a { background-color: rgb(56,106,114); }

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

border-color css

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

 span { border-color: rgb(56,106,114); }

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