#38696C

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

Shades of Ming #38696C

Tints of Ming #38696C

Color information

#38696C (or 0x38696C) is unknown color: approx Ming. HEX triplet: 38, 69 and 6C. RGB value is (56,105,108). Sum of RGB (Red+Green+Blue) = 56+105+108=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #38696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38696C is #C79693. Grayscale: #5A5A5A. Windows color (decimal): -13080212 or 7104824. OLE color: 7104824.

HSL color Cylindrical-coordinate representation of color #38696C: hue angle of 183.46º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38696C is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB56105108-
CMYK0.480.0300.58
HSL183.46º31.71%32.16%-
HSV(B)183.46º48.15%42.35%-
XYZ9.3912.0316.01-
YUV90.69137.77103.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=20.82%
G=39.03%
B=40.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal561051080.480.0300.58183.4631.7132.16
Hex38696C30303Ab72020
Octal701511546030722674040
Binary1110001101001110110011000011011101010110111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,105,108); }

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

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

 a { background-color: rgb(56,105,108); }

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

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

 span { border-color: rgb(56,105,108); }

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