#393F5D

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

Shades of Bay Of Many #393F5D

Tints of Bay Of Many #393F5D

Color information

#393F5D (or 0x393F5D) is unknown color: approx Bay Of Many. HEX triplet: 39, 3F and 5D. RGB value is (57,63,93). Sum of RGB (Red+Green+Blue) = 57+63+93=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #393F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F5D is #C6C0A2. Grayscale: #404040. Windows color (decimal): -13025443 or 6111033. OLE color: 6111033.

HSL color Cylindrical-coordinate representation of color #393F5D: hue angle of 230º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #393F5D is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB576393-
CMYK0.390.3200.64
HSL230º24%29.41%-
HSV(B)230º38.71%36.47%-
XYZ5.445.2211.08-
YUV64.63144.01122.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 63 (25% from 255) = 29.58%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=26.76%
G=29.58%
B=43.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5763930.390.3200.642302429.41
Hex393F5D2720040e6181d
Octal7177135474001003463035
Binary111001111111101110110011110000001000000111001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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