#323D6B

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

Shades of Bay Of Many #323D6B

Tints of Bay Of Many #323D6B

Color information

#323D6B (or 0x323D6B) is unknown color: approx Bay Of Many. HEX triplet: 32, 3D and 6B. RGB value is (50,61,107). Sum of RGB (Red+Green+Blue) = 50+61+107=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #323D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D6B is #CDC294. Grayscale: #3E3E3E. Windows color (decimal): -13484693 or 7028018. OLE color: 7028018.

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

Color convert

RGB5061107-
CMYK0.530.4300.58
HSL228.42º36.31%30.78%-
HSV(B)228.42º53.27%41.96%-
XYZ5.645.0814.59-
YUV62.95152.86118.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 107 (42.19% from 255) = 49.08%
R=22.94%
G=27.98%
B=49.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50611070.530.4300.58228.4236.3130.78
Hex323D6B352B03Ae4241f
Octal627515365530723444437
Binary110010111101110101111010110101101110101110010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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