#38747F

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

Shades of Ming #38747F

Tints of Ming #38747F

Color information

#38747F (or 0x38747F) is unknown color: approx Ming. HEX triplet: 38, 74 and 7F. RGB value is (56,116,127). Sum of RGB (Red+Green+Blue) = 56+116+127=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #38747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38747F is #C78B80. Grayscale: #636363. Windows color (decimal): -13077377 or 8352824. OLE color: 8352824.

HSL color Cylindrical-coordinate representation of color #38747F: hue angle of 189.3º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38747F is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56116127-
CMYK0.560.0900.50
HSL189.3º38.8%35.88%-
HSV(B)189.3º55.91%49.8%-
XYZ11.7114.8622.33-
YUV99.31143.6297.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 127 (50% from 255) = 42.47%
R=18.73%
G=38.80%
B=42.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561161270.560.0900.50189.338.835.88
Hex38747F389032bd2724
Octal7016417770110622754744
Binary111000111010011111111110001001011001010111101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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