#393F62

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

Shades of Bay Of Many #393F62

Tints of Bay Of Many #393F62

Color information

#393F62 (or 0x393F62) is unknown color: approx Bay Of Many. HEX triplet: 39, 3F and 62. RGB value is (57,63,98). Sum of RGB (Red+Green+Blue) = 57+63+98=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #393F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F62 is #C6C09D. Grayscale: #414141. Windows color (decimal): -13025438 or 6438713. OLE color: 6438713.

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

Color convert

RGB576398-
CMYK0.420.3600.62
HSL231.22º26.45%30.39%-
HSV(B)231.22º41.84%38.43%-
XYZ5.675.3112.28-
YUV65.2146.51122.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 63 (25% from 255) = 28.90%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=26.15%
G=28.90%
B=44.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5763980.420.3600.62231.2226.4530.39
Hex393F622A2403Ee71a1e
Octal717714252440763473236
Binary11100111111111000101010101001000111110111001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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