#323E6B

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

Shades of Bay Of Many #323E6B

Tints of Bay Of Many #323E6B

Color information

#323E6B (or 0x323E6B) is unknown color: approx Bay Of Many. HEX triplet: 32, 3E and 6B. RGB value is (50,62,107). Sum of RGB (Red+Green+Blue) = 50+62+107=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #323E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E6B is #CDC194. Grayscale: #3F3F3F. Windows color (decimal): -13484437 or 7028274. OLE color: 7028274.

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

Color convert

RGB5062107-
CMYK0.530.4200.58
HSL227.37º36.31%30.78%-
HSV(B)227.37º53.27%41.96%-
XYZ5.695.1814.61-
YUV63.54152.52118.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 62 (24.61% from 255) = 28.31%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=22.83%
G=28.31%
B=48.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50621070.530.4200.58227.3736.3130.78
Hex323E6B352A03Ae3241f
Octal627615365520723434437
Binary110010111110110101111010110101001110101110001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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