#38757F

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

Shades of Ming #38757F

Tints of Ming #38757F

Color information

#38757F (or 0x38757F) is unknown color: approx Ming. HEX triplet: 38, 75 and 7F. RGB value is (56,117,127). Sum of RGB (Red+Green+Blue) = 56+117+127=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #38757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38757F is #C78A80. Grayscale: #636363. Windows color (decimal): -13077121 or 8353080. OLE color: 8353080.

HSL color Cylindrical-coordinate representation of color #38757F: hue angle of 188.45º 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 #38757F is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56117127-
CMYK0.560.0800.50
HSL188.45º38.8%35.88%-
HSV(B)188.45º55.91%49.8%-
XYZ11.8215.122.37-
YUV99.9143.2996.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.67%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 127 (50% from 255) = 42.33%
R=18.67%
G=39%
B=42.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561171270.560.0800.50188.4538.835.88
Hex38757F388032bc2724
Octal7016517770100622744744
Binary111000111010111111111110001000011001010111100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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