#393F66

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

Shades of Bay Of Many #393F66

Tints of Bay Of Many #393F66

Color information

#393F66 (or 0x393F66) is unknown color: approx Bay Of Many. HEX triplet: 39, 3F and 66. RGB value is (57,63,102). Sum of RGB (Red+Green+Blue) = 57+63+102=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #393F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F66 is #C6C099. Grayscale: #414141. Windows color (decimal): -13025434 or 6700857. OLE color: 6700857.

HSL color Cylindrical-coordinate representation of color #393F66: hue angle of 232º 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 #393F66 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5763102-
CMYK0.440.3800.6
HSL232º28.3%31.18%-
HSV(B)232º44.12%40%-
XYZ5.865.3813.3-
YUV65.65148.51121.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 63 (25% from 255) = 28.38%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=25.68%
G=28.38%
B=45.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57631020.440.3800.623228.331.18
Hex393F662C2603Ce81c1f
Octal717714654460743503437
Binary11100111111111001101011001001100111100111010001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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