#38696F

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

Shades of Ming #38696F

Tints of Ming #38696F

Color information

#38696F (or 0x38696F) is unknown color: approx Ming. HEX triplet: 38, 69 and 6F. RGB value is (56,105,111). Sum of RGB (Red+Green+Blue) = 56+105+111=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #38696F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38696F is #C79690. Grayscale: #5A5A5A. Windows color (decimal): -13080209 or 7301432. OLE color: 7301432.

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

Color convert

RGB56105111-
CMYK0.500.0500.56
HSL186.55º32.93%32.75%-
HSV(B)186.55º49.55%43.53%-
XYZ9.5512.0916.87-
YUV91.03139.27103.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 105 (41.41% from 255) = 38.60%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=20.59%
G=38.60%
B=40.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal561051110.500.0500.56186.5532.9332.75
Hex38696F325038bb2121
Octal701511576250702734141
Binary11100011010011101111110010101011100010111011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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