#38797C

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

Shades of Ming #38797C

Tints of Ming #38797C

Color information

#38797C (or 0x38797C) is unknown color: approx Ming. HEX triplet: 38, 79 and 7C. RGB value is (56,121,124). Sum of RGB (Red+Green+Blue) = 56+121+124=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #38797C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38797C is #C78683. Grayscale: #656565. Windows color (decimal): -13076100 or 8157496. OLE color: 8157496.

HSL color Cylindrical-coordinate representation of color #38797C: hue angle of 182.65º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38797C is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB56121124-
CMYK0.550.0200.51
HSL182.65º37.78%35.29%-
HSV(B)182.65º54.84%48.63%-
XYZ12.1115.9721.51-
YUV101.91140.4795.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=18.60%
G=40.20%
B=41.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561211240.550.0200.51182.6537.7835.29
Hex38797C372033b72623
Octal701711746720632674643
Binary1110001111001111110011011110011001110110111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38797C; }

 p { color: rgb(56,121,124); }

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

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

 a { background-color: rgb(56,121,124); }

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

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

 span { border-color: rgb(56,121,124); }

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