#393D59

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

Shades of Bay Of Many #393D59

Tints of Bay Of Many #393D59

Color information

#393D59 (or 0x393D59) is unknown color: approx Bay Of Many. HEX triplet: 39, 3D and 59. RGB value is (57,61,89). Sum of RGB (Red+Green+Blue) = 57+61+89=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #393D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D59 is #C6C2A6. Grayscale: #3E3E3E. Windows color (decimal): -13025959 or 5848377. OLE color: 5848377.

HSL color Cylindrical-coordinate representation of color #393D59: hue angle of 232.5º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #393D59 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB576189-
CMYK0.360.3100.65
HSL232.5º21.92%28.63%-
HSV(B)232.5º35.96%34.9%-
XYZ5.164.9310.13-
YUV63142.67123.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=27.54%
G=29.47%
B=43.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5761890.360.3100.65232.521.9228.63
Hex393D59241F041e8161d
Octal7175131443701013502635
Binary11100111110110110011001001111101000001111010001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,61,89); }

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

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

 a { background-color: rgb(57,61,89); }

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

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

 span { border-color: rgb(57,61,89); }

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