#38696B

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

Shades of Ming #38696B

Tints of Ming #38696B

Color information

#38696B (or 0x38696B) is unknown color: approx Ming. HEX triplet: 38, 69 and 6B. RGB value is (56,105,107). Sum of RGB (Red+Green+Blue) = 56+105+107=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #38696B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38696B is #C79694. Grayscale: #5A5A5A. Windows color (decimal): -13080213 or 7039288. OLE color: 7039288.

HSL color Cylindrical-coordinate representation of color #38696B: hue angle of 182.35º degrees, saturation: 0.31, 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 #38696B is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB56105107-
CMYK0.480.0200.58
HSL182.35º31.29%31.96%-
HSV(B)182.35º47.66%41.96%-
XYZ9.3412.0115.74-
YUV90.58137.27103.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=20.90%
G=39.18%
B=39.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal561051070.480.0200.58182.3531.2931.96
Hex38696B30203Ab61f20
Octal701511536020722663740
Binary111000110100111010111100001001110101011011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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