#38737A

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

Shades of Ming #38737A

Tints of Ming #38737A

Color information

#38737A (or 0x38737A) is unknown color: approx Ming. HEX triplet: 38, 73 and 7A. RGB value is (56,115,122). Sum of RGB (Red+Green+Blue) = 56+115+122=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #38737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38737A is #C78C85. Grayscale: #626262. Windows color (decimal): -13077638 or 8024888. OLE color: 8024888.

HSL color Cylindrical-coordinate representation of color #38737A: hue angle of 186.36º 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 #38737A is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB56115122-
CMYK0.540.0600.52
HSL186.36º37.08%34.9%-
HSV(B)186.36º54.1%47.84%-
XYZ11.2714.5120.62-
YUV98.16141.4597.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=19.11%
G=39.25%
B=41.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561151220.540.0600.52186.3637.0834.9
Hex38737A366034ba2523
Octal701631726660642724543
Binary11100011100111111010110110110011010010111010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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