#393E66

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

Shades of Bay Of Many #393E66

Tints of Bay Of Many #393E66

Color information

#393E66 (or 0x393E66) is unknown color: approx Bay Of Many. HEX triplet: 39, 3E and 66. RGB value is (57,62,102). Sum of RGB (Red+Green+Blue) = 57+62+102=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #393E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E66 is #C6C199. Grayscale: #404040. Windows color (decimal): -13025690 or 6700601. OLE color: 6700601.

HSL color Cylindrical-coordinate representation of color #393E66: hue angle of 233.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #393E66 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5762102-
CMYK0.440.3900.6
HSL233.33º28.3%31.18%-
HSV(B)233.33º44.12%40%-
XYZ5.815.2713.28-
YUV65.06148.84122.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=25.79%
G=28.05%
B=46.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57621020.440.3900.6233.3328.331.18
Hex393E662C2703Ce91c1f
Octal717614654470743513437
Binary11100111111011001101011001001110111100111010011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,62,102); }

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

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

 a { background-color: rgb(57,62,102); }

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

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

 span { border-color: rgb(57,62,102); }

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