#323E6A

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

Shades of Bay Of Many #323E6A

Tints of Bay Of Many #323E6A

Color information

#323E6A (or 0x323E6A) is unknown color: approx Bay Of Many. HEX triplet: 32, 3E and 6A. RGB value is (50,62,106). Sum of RGB (Red+Green+Blue) = 50+62+106=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #323E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E6A is #CDC195. Grayscale: #3F3F3F. Windows color (decimal): -13484438 or 6962738. OLE color: 6962738.

HSL color Cylindrical-coordinate representation of color #323E6A: hue angle of 227.14º 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 #323E6A is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5062106-
CMYK0.530.4200.58
HSL227.14º35.9%30.59%-
HSV(B)227.14º52.83%41.57%-
XYZ5.645.1614.34-
YUV63.43152.02118.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 62 (24.61% from 255) = 28.44%
BLUE value IS 106 (41.80% from 255) = 48.62%
R=22.94%
G=28.44%
B=48.62%

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
Decimal50621060.530.4200.58227.1435.930.59
Hex323E6A352A03Ae3241f
Octal627615265520723434437
Binary110010111110110101011010110101001110101110001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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