Html Css Color HEX #386973 Ming

📋 copy color: '#386973'

red 56 ◦ green 105 ◦ blue 115

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

Shades of Ming #386973

Tints of Ming #386973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.04%

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 20.29%
G = 38.04%
B = 41.67%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386973 (or 0x386973) is known color: Ming. HEX triplet: 38, 69 and 73. RGB value is (56,105,115). Sum of RGB (Red+Green+Blue) = 56+105+115=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #386973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386973 is #C7968C. Grayscale: #5B5B5B. Windows color (decimal): -13080205 or 7563576. OLE color: 7563576.

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

Color convert

RGB 56 105 115 -
CMYK 0.51 0.09 0 0.55
HSL 190.17º 0.35% 0.34% -
HSV(B) 190.17º 0.51% 0.45% -
XYZ 9.78 12.18 18.06 -
YUV 91.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 56 105 115 0.51 0.09 0 0.55 190.17 0.35 0.34
Hex 38 69 73 33 9 0 37 BE 23 22
Octal 70 151 163 63 11 0 67 276 43 42
Binary 111000 1101001 1110011 110011 1001 0 110111 10111110 100011 100010

Color Harmonies of #386973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386973

Black with #386973

Text Example


Text Example

White with #386973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386973; }

 p { color: rgb(56,105,115); }

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

background-color css

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

 a { background-color: rgb(56,105,115); }

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

border-color css

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

 span { border-color: rgb(56,105,115); }

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