#323A63

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

Shades of Bay Of Many #323A63

Tints of Bay Of Many #323A63

Color information

#323A63 (or 0x323A63) is unknown color: approx Bay Of Many. HEX triplet: 32, 3A and 63. RGB value is (50,58,99). Sum of RGB (Red+Green+Blue) = 50+58+99=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #323A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A63 is #CDC59C. Grayscale: #3C3C3C. Windows color (decimal): -13485469 or 6502962. OLE color: 6502962.

HSL color Cylindrical-coordinate representation of color #323A63: hue angle of 230.2º 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 #323A63 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB505899-
CMYK0.490.4100.61
HSL230.2º32.89%29.22%-
HSV(B)230.2º49.49%38.82%-
XYZ5.084.6112.43-
YUV60.28149.85120.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 58 (23.05% from 255) = 28.02%
BLUE value IS 99 (39.06% from 255) = 47.83%
R=24.15%
G=28.02%
B=47.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5058990.490.4100.61230.232.8929.22
Hex323A63312903De6211d
Octal627214361510753464135
Binary110010111010110001111000110100101111011110011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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