#38747A

Color #38747A Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #38747A

Tints of Ming #38747A

Color information

#38747A (or 0x38747A) is unknown color: approx Ming. HEX triplet: 38, 74 and 7A. RGB value is (56,116,122). Sum of RGB (Red+Green+Blue) = 56+116+122=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #38747A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38747A is #C78B85. Grayscale: #626262. Windows color (decimal): -13077382 or 8025144. OLE color: 8025144.

HSL color Cylindrical-coordinate representation of color #38747A: hue angle of 185.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38747A is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB56116122-
CMYK0.540.0500.52
HSL185.45º37.08%34.9%-
HSV(B)185.45º54.1%47.84%-
XYZ11.3914.7420.66-
YUV98.74141.1297.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 116 (45.70% from 255) = 39.46%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=19.05%
G=39.46%
B=41.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561161220.540.0500.52185.4537.0834.9
Hex38747A365034b92523
Octal701641726650642714543
Binary11100011101001111010110110101011010010111001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38747A; }

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

 H1.HeaderClassName
 {
   color: #38747A;
 }
 .AnyTagClassName
 {
   color: #38747A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #38747A;
 }
 .BgClassName
 {
   background-color: #38747A;
 }
</style>
border-color css

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

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

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