#323B5E

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

Shades of Bay Of Many #323B5E

Tints of Bay Of Many #323B5E

Color information

#323B5E (or 0x323B5E) is unknown color: approx Bay Of Many. HEX triplet: 32, 3B and 5E. RGB value is (50,59,94). Sum of RGB (Red+Green+Blue) = 50+59+94=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #323B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B5E is #CDC4A1. Grayscale: #3C3C3C. Windows color (decimal): -13485218 or 6175538. OLE color: 6175538.

HSL color Cylindrical-coordinate representation of color #323B5E: hue angle of 227.73º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #323B5E is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB505994-
CMYK0.470.3700.63
HSL227.73º30.56%28.24%-
HSV(B)227.73º46.81%36.86%-
XYZ4.94.6111.22-
YUV60.3147.02120.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=24.63%
G=29.06%
B=46.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5059940.470.3700.63227.7330.5628.24
Hex323B5E2F2503Fe41f1c
Octal627313657450773443734
Binary11001011101110111101011111001010111111111001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,94); }

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

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

 a { background-color: rgb(50,59,94); }

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

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

 span { border-color: rgb(50,59,94); }

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