Html Css Color HEX #387075 Ming

📋 copy color: '#387075'

red 56 ◦ green 112 ◦ blue 117

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

Shades of Ming #387075

Tints of Ming #387075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.3%

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 19.65%
G = 39.3%
B = 41.05%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#387075 (or 0x387075) is known color: Ming. HEX triplet: 38, 70 and 75. RGB value is (56,112,117). Sum of RGB (Red+Green+Blue) = 56+112+117=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #387075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387075 is #C78F8A. Grayscale: #5F5F5F. Windows color (decimal): -13078411 or 7696440. OLE color: 7696440.

HSL color Cylindrical-coordinate representation of color #387075: hue angle of 184.92º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387075 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 112 117 -
CMYK 0.52 0.04 0 0.54
HSL 184.92º 0.35% 0.34% -
HSV(B) 184.92º 0.52% 0.46% -
XYZ 10.64 13.71 18.92 -
YUV 95.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 56 112 117 0.52 0.04 0 0.54 184.92 0.35 0.34
Hex 38 70 75 34 4 0 36 B9 23 22
Octal 70 160 165 64 4 0 66 271 43 42
Binary 111000 1110000 1110101 110100 100 0 110110 10111001 100011 100010

Color Harmonies of #387075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387075

Black with #387075

Text Example


Text Example

White with #387075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387075; }

 p { color: rgb(56,112,117); }

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

background-color css

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

 a { background-color: rgb(56,112,117); }

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

border-color css

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

 span { border-color: rgb(56,112,117); }

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