Html Css Color HEX #387074 Ming

📋 copy color: '#387074'

red 56 ◦ green 112 ◦ blue 116

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

Shades of Ming #387074

Tints of Ming #387074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 19.72%
G = 39.44%
B = 40.85%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#387074 (or 0x387074) is known color: Ming. HEX triplet: 38, 70 and 74. RGB value is (56,112,116). Sum of RGB (Red+Green+Blue) = 56+112+116=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #387074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387074 is #C78F8B. Grayscale: #5F5F5F. Windows color (decimal): -13078412 or 7630904. OLE color: 7630904.

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

Color convert

RGB 56 112 116 -
CMYK 0.52 0.03 0 0.55
HSL 184º 0.35% 0.34% -
HSV(B) 184º 0.52% 0.45% -
XYZ 10.58 13.69 18.61 -
YUV 95.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 56 112 116 0.52 0.03 0 0.55 184 0.35 0.34
Hex 38 70 74 34 3 0 37 B8 23 22
Octal 70 160 164 64 3 0 67 270 43 42
Binary 111000 1110000 1110100 110100 11 0 110111 10111000 100011 100010

Color Harmonies of #387074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387074

Black with #387074

Text Example


Text Example

White with #387074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387074; }

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

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

background-color css

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

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

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

border-color css

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

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

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