#323B6C

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

Shades of Bay Of Many #323B6C

Tints of Bay Of Many #323B6C

Color information

#323B6C (or 0x323B6C) is unknown color: approx Bay Of Many. HEX triplet: 32, 3B and 6C. RGB value is (50,59,108). Sum of RGB (Red+Green+Blue) = 50+59+108=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #323B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B6C is #CDC493. Grayscale: #3D3D3D. Windows color (decimal): -13485204 or 7093042. OLE color: 7093042.

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

Color convert

RGB5059108-
CMYK0.540.4500.58
HSL230.69º36.71%30.98%-
HSV(B)230.69º53.7%42.35%-
XYZ5.594.8914.84-
YUV61.9154.02119.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 59 (23.44% from 255) = 27.19%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=23.04%
G=27.19%
B=49.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50591080.540.4500.58230.6936.7130.98
Hex323B6C362D03Ae7251f
Octal627315466550723474537
Binary110010111011110110011011010110101110101110011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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