#323E6C

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

Shades of Bay Of Many #323E6C

Tints of Bay Of Many #323E6C

Color information

#323E6C (or 0x323E6C) is unknown color: approx Bay Of Many. HEX triplet: 32, 3E and 6C. RGB value is (50,62,108). Sum of RGB (Red+Green+Blue) = 50+62+108=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #323E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E6C is #CDC193. Grayscale: #3F3F3F. Windows color (decimal): -13484436 or 7093810. OLE color: 7093810.

HSL color Cylindrical-coordinate representation of color #323E6C: hue angle of 227.59º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #323E6C is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5062108-
CMYK0.540.4300.58
HSL227.59º36.71%30.98%-
HSV(B)227.59º53.7%42.35%-
XYZ5.745.2114.89-
YUV63.66153.02118.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 62 (24.61% from 255) = 28.18%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=22.73%
G=28.18%
B=49.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50621080.540.4300.58227.5936.7130.98
Hex323E6C362B03Ae4251f
Octal627615466530723444537
Binary110010111110110110011011010101101110101110010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323E6C; }

 p { color: rgb(50,62,108); }

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

<style>
 a { background-color: #323E6C; }

 a { background-color: rgb(50,62,108); }

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

<style>
 span { border-color: #323E6C; }

 span { border-color: rgb(50,62,108); }

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