#393F5F

Color #393F5F Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #393F5F

Tints of Bay Of Many #393F5F

Color information

#393F5F (or 0x393F5F) is unknown color: approx Bay Of Many. HEX triplet: 39, 3F and 5F. RGB value is (57,63,95). Sum of RGB (Red+Green+Blue) = 57+63+95=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #393F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F5F is #C6C0A0. Grayscale: #404040. Windows color (decimal): -13025441 or 6242105. OLE color: 6242105.

HSL color Cylindrical-coordinate representation of color #393F5F: hue angle of 230.53º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #393F5F is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB576395-
CMYK0.400.3400.63
HSL230.53º25%29.8%-
HSV(B)230.53º40%37.25%-
XYZ5.535.2511.55-
YUV64.85145.01122.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=26.51%
G=29.30%
B=44.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5763950.400.3400.63230.532529.8
Hex393F5F282203Fe7191e
Octal717713750420773473136
Binary11100111111110111111010001000100111111111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393F5F; }

 p { color: rgb(57,63,95); }

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

<style>
 a { background-color: #393F5F; }

 a { background-color: rgb(57,63,95); }

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

<style>
 span { border-color: #393F5F; }

 span { border-color: rgb(57,63,95); }

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