#393F61

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

Shades of Bay Of Many #393F61

Tints of Bay Of Many #393F61

Color information

#393F61 (or 0x393F61) is unknown color: approx Bay Of Many. HEX triplet: 39, 3F and 61. RGB value is (57,63,97). Sum of RGB (Red+Green+Blue) = 57+63+97=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #393F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F61 is #C6C09E. Grayscale: #404040. Windows color (decimal): -13025439 or 6373177. OLE color: 6373177.

HSL color Cylindrical-coordinate representation of color #393F61: hue angle of 231º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #393F61 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB576397-
CMYK0.410.3500.62
HSL231º25.97%30.2%-
HSV(B)231º41.24%38.04%-
XYZ5.625.2912.03-
YUV65.08146.01122.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.27%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=26.27%
G=29.03%
B=44.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5763970.410.3500.6223125.9730.2
Hex393F61292303Ee71a1e
Octal717714151430763473236
Binary11100111111111000011010011000110111110111001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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