#323B63

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

Shades of Bay Of Many #323B63

Tints of Bay Of Many #323B63

Color information

#323B63 (or 0x323B63) is unknown color: approx Bay Of Many. HEX triplet: 32, 3B and 63. RGB value is (50,59,99). Sum of RGB (Red+Green+Blue) = 50+59+99=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #323B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B63 is #CDC49C. Grayscale: #3C3C3C. Windows color (decimal): -13485213 or 6503218. OLE color: 6503218.

HSL color Cylindrical-coordinate representation of color #323B63: hue angle of 228.98º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #323B63 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB505999-
CMYK0.490.4000.61
HSL228.98º32.89%29.22%-
HSV(B)228.98º49.49%38.82%-
XYZ5.134.7112.44-
YUV60.87149.52120.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 59 (23.44% from 255) = 28.37%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=24.04%
G=28.37%
B=47.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5059990.490.4000.61228.9832.8929.22
Hex323B63312803De5211d
Octal627314361500753454135
Binary110010111011110001111000110100001111011110010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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